Class OverlappingRecallSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.OverlappingRecallSummary.Builder
-
- Enclosing class:
- OverlappingRecallSummary
public static class OverlappingRecallSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OverlappingRecallSummary
build()
OverlappingRecallSummary.Builder
collectionId(Long collectionId)
This is the id of the associated recalled data collectionOverlappingRecallSummary.Builder
copy(OverlappingRecallSummary model)
OverlappingRecallSummary.Builder
createdBy(String createdBy)
This is the user who initiated the recall requestOverlappingRecallSummary.Builder
logSets(String logSets)
This is the list of logsets associated with this recallOverlappingRecallSummary.Builder
purpose(String purpose)
This is the purpose of the recallOverlappingRecallSummary.Builder
queryString(String queryString)
This is the query associated with the recallOverlappingRecallSummary.Builder
recallId(Long recallId)
This is the id for the recall requestOverlappingRecallSummary.Builder
status(RecallStatus status)
This is the status of the recallOverlappingRecallSummary.Builder
timeDataEnded(Date timeDataEnded)
This is the end of the time range of the archival dataOverlappingRecallSummary.Builder
timeDataStarted(Date timeDataStarted)
This is the start of the time range of the archival dataOverlappingRecallSummary.Builder
timeStarted(Date timeStarted)
This is the time when the recall operation was started for this recall request
-
-
-
Method Detail
-
timeDataStarted
public OverlappingRecallSummary.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time range of the archival data- Parameters:
timeDataStarted
- the value to set- Returns:
- this builder
-
timeDataEnded
public OverlappingRecallSummary.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time range of the archival data- Parameters:
timeDataEnded
- the value to set- Returns:
- this builder
-
timeStarted
public OverlappingRecallSummary.Builder timeStarted(Date timeStarted)
This is the time when the recall operation was started for this recall request- Parameters:
timeStarted
- the value to set- Returns:
- this builder
-
status
public OverlappingRecallSummary.Builder status(RecallStatus status)
This is the status of the recall- Parameters:
status
- the value to set- Returns:
- this builder
-
purpose
public OverlappingRecallSummary.Builder purpose(String purpose)
This is the purpose of the recall- Parameters:
purpose
- the value to set- Returns:
- this builder
-
queryString
public OverlappingRecallSummary.Builder queryString(String queryString)
This is the query associated with the recall- Parameters:
queryString
- the value to set- Returns:
- this builder
-
logSets
public OverlappingRecallSummary.Builder logSets(String logSets)
This is the list of logsets associated with this recall- Parameters:
logSets
- the value to set- Returns:
- this builder
-
createdBy
public OverlappingRecallSummary.Builder createdBy(String createdBy)
This is the user who initiated the recall request- Parameters:
createdBy
- the value to set- Returns:
- this builder
-
collectionId
public OverlappingRecallSummary.Builder collectionId(Long collectionId)
This is the id of the associated recalled data collection- Parameters:
collectionId
- the value to set- Returns:
- this builder
-
recallId
public OverlappingRecallSummary.Builder recallId(Long recallId)
This is the id for the recall request- Parameters:
recallId
- the value to set- Returns:
- this builder
-
build
public OverlappingRecallSummary build()
-
copy
public OverlappingRecallSummary.Builder copy(OverlappingRecallSummary model)
-
-