Class RecalledData.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.RecalledData.Builder
 
- 
- Enclosing class:
- RecalledData
 
 public static class RecalledData.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledDatabuild()RecalledData.BuildercollectionId(Long collectionId)This is the id for the recalled data collectionRecalledData.Buildercopy(RecalledData model)RecalledData.BuildercreatedBy(String createdBy)This is the user who initiated the recall requestRecalledData.BuilderlogSets(String logSets)This is the list of logsets associated with the recallRecalledData.BuildernotRecalledDataInBytes(Long notRecalledDataInBytes)This is the size of the archival data not recalled yet within the specified time rangeRecalledData.BuilderpercentageComplete(Integer percentageComplete)This is the current progress percentage for the recalled dataRecalledData.Builderpurpose(String purpose)This is the purpose of the recallRecalledData.BuilderqueryString(String queryString)This is the query associated with the recallRecalledData.BuilderrecallCount(Integer recallCount)This is the number of recall operations for this recall.RecalledData.Builderstatus(RecalledData.Status status)This is the status of the recallRecalledData.BuilderstorageUsageInBytes(Long storageUsageInBytes)This is the size in bytesRecalledData.BuildertimeDataEnded(Date timeDataEnded)This is the end of the time range of the related dataRecalledData.BuildertimeDataStarted(Date timeDataStarted)This is the start of the time range of the related dataRecalledData.BuildertimeRecalledDataEnded(Date timeRecalledDataEnded)This is the recalled data end timeRecalledData.BuildertimeRecalledDataStarted(Date timeRecalledDataStarted)This is the recalled date start timeRecalledData.BuildertimeStarted(Date timeStarted)This is the time when the first recall operation was started for this RecalledData
 
- 
- 
- 
Method Detail- 
timeDataEndedpublic RecalledData.Builder timeDataEnded(Date timeDataEnded) This is the end of the time range of the related data- Parameters:
- timeDataEnded- the value to set
- Returns:
- this builder
 
 - 
timeDataStartedpublic RecalledData.Builder timeDataStarted(Date timeDataStarted) This is the start of the time range of the related data- Parameters:
- timeDataStarted- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic RecalledData.Builder timeStarted(Date timeStarted) This is the time when the first recall operation was started for this RecalledData- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
statuspublic RecalledData.Builder status(RecalledData.Status status) This is the status of the recall- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
recallCountpublic RecalledData.Builder recallCount(Integer recallCount) This is the number of recall operations for this recall.Note one RecalledData can be merged from the results of several recall operations if the time duration of the results of the recall operations overlap. - Parameters:
- recallCount- the value to set
- Returns:
- this builder
 
 - 
storageUsageInBytespublic RecalledData.Builder storageUsageInBytes(Long storageUsageInBytes) This is the size in bytes- Parameters:
- storageUsageInBytes- the value to set
- Returns:
- this builder
 
 - 
notRecalledDataInBytespublic RecalledData.Builder notRecalledDataInBytes(Long notRecalledDataInBytes) This is the size of the archival data not recalled yet within the specified time range- Parameters:
- notRecalledDataInBytes- the value to set
- Returns:
- this builder
 
 - 
purposepublic RecalledData.Builder purpose(String purpose) This is the purpose of the recall- Parameters:
- purpose- the value to set
- Returns:
- this builder
 
 - 
queryStringpublic RecalledData.Builder queryString(String queryString) This is the query associated with the recall- Parameters:
- queryString- the value to set
- Returns:
- this builder
 
 - 
logSetspublic RecalledData.Builder logSets(String logSets) This is the list of logsets associated with the recall- Parameters:
- logSets- the value to set
- Returns:
- this builder
 
 - 
createdBypublic RecalledData.Builder createdBy(String createdBy) This is the user who initiated the recall request- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
collectionIdpublic RecalledData.Builder collectionId(Long collectionId) This is the id for the recalled data collection- Parameters:
- collectionId- the value to set
- Returns:
- this builder
 
 - 
timeRecalledDataStartedpublic RecalledData.Builder timeRecalledDataStarted(Date timeRecalledDataStarted) This is the recalled date start time- Parameters:
- timeRecalledDataStarted- the value to set
- Returns:
- this builder
 
 - 
timeRecalledDataEndedpublic RecalledData.Builder timeRecalledDataEnded(Date timeRecalledDataEnded) This is the recalled data end time- Parameters:
- timeRecalledDataEnded- the value to set
- Returns:
- this builder
 
 - 
percentageCompletepublic RecalledData.Builder percentageComplete(Integer percentageComplete) This is the current progress percentage for the recalled data- Parameters:
- percentageComplete- the value to set
- Returns:
- this builder
 
 - 
buildpublic RecalledData build() 
 - 
copypublic RecalledData.Builder copy(RecalledData model) 
 
- 
 
-