Class RecalledInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.RecalledInfo.Builder
-
- Enclosing class:
- RecalledInfo
public static class RecalledInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledInfo
build()
RecalledInfo.Builder
collectionId(Long collectionId)
This is the id for the recalled data collectionRecalledInfo.Builder
copy(RecalledInfo model)
RecalledInfo.Builder
logSets(String logSets)
This is the list of logsets associated with the recallRecalledInfo.Builder
purpose(String purpose)
This is the purpose of the recallRecalledInfo.Builder
queryString(String queryString)
This is the query associated with the recallRecalledInfo.Builder
status(RecallStatus status)
This is the status of the recallRecalledInfo.Builder
timeRecalledDataEnded(Date timeRecalledDataEnded)
This is the recalled data end timeRecalledInfo.Builder
timeRecalledDataStarted(Date timeRecalledDataStarted)
This is the recalled date start time
-
-
-
Method Detail
-
status
public RecalledInfo.Builder status(RecallStatus status)
This is the status of the recall- Parameters:
status
- the value to set- Returns:
- this builder
-
purpose
public RecalledInfo.Builder purpose(String purpose)
This is the purpose of the recall- Parameters:
purpose
- the value to set- Returns:
- this builder
-
queryString
public RecalledInfo.Builder queryString(String queryString)
This is the query associated with the recall- Parameters:
queryString
- the value to set- Returns:
- this builder
-
logSets
public RecalledInfo.Builder logSets(String logSets)
This is the list of logsets associated with the recall- Parameters:
logSets
- the value to set- Returns:
- this builder
-
collectionId
public RecalledInfo.Builder collectionId(Long collectionId)
This is the id for the recalled data collection- Parameters:
collectionId
- the value to set- Returns:
- this builder
-
timeRecalledDataStarted
public RecalledInfo.Builder timeRecalledDataStarted(Date timeRecalledDataStarted)
This is the recalled date start time- Parameters:
timeRecalledDataStarted
- the value to set- Returns:
- this builder
-
timeRecalledDataEnded
public RecalledInfo.Builder timeRecalledDataEnded(Date timeRecalledDataEnded)
This is the recalled data end time- Parameters:
timeRecalledDataEnded
- the value to set- Returns:
- this builder
-
build
public RecalledInfo build()
-
copy
public RecalledInfo.Builder copy(RecalledInfo model)
-
-