Class RecalledInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.RecalledInfo.Builder
 
- 
- Enclosing class:
- RecalledInfo
 
 public static class RecalledInfo.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledInfobuild()RecalledInfo.BuildercollectionId(Long collectionId)This is the id for the recalled data collectionRecalledInfo.Buildercopy(RecalledInfo model)RecalledInfo.BuilderlogSets(String logSets)This is the list of logsets associated with the recallRecalledInfo.Builderpurpose(String purpose)This is the purpose of the recallRecalledInfo.BuilderqueryString(String queryString)This is the query associated with the recallRecalledInfo.Builderstatus(RecallStatus status)This is the status of the recallRecalledInfo.BuildertimeRecalledDataEnded(Date timeRecalledDataEnded)This is the recalled data end timeRecalledInfo.BuildertimeRecalledDataStarted(Date timeRecalledDataStarted)This is the recalled date start time
 
- 
- 
- 
Method Detail- 
statuspublic RecalledInfo.Builder status(RecallStatus status) This is the status of the recall- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
purposepublic RecalledInfo.Builder purpose(String purpose) This is the purpose of the recall- Parameters:
- purpose- the value to set
- Returns:
- this builder
 
 - 
queryStringpublic RecalledInfo.Builder queryString(String queryString) This is the query associated with the recall- Parameters:
- queryString- the value to set
- Returns:
- this builder
 
 - 
logSetspublic RecalledInfo.Builder logSets(String logSets) This is the list of logsets associated with the recall- Parameters:
- logSets- the value to set
- Returns:
- this builder
 
 - 
collectionIdpublic RecalledInfo.Builder collectionId(Long collectionId) This is the id for the recalled data collection- Parameters:
- collectionId- the value to set
- Returns:
- this builder
 
 - 
timeRecalledDataStartedpublic RecalledInfo.Builder timeRecalledDataStarted(Date timeRecalledDataStarted) This is the recalled date start time- Parameters:
- timeRecalledDataStarted- the value to set
- Returns:
- this builder
 
 - 
timeRecalledDataEndedpublic RecalledInfo.Builder timeRecalledDataEnded(Date timeRecalledDataEnded) This is the recalled data end time- Parameters:
- timeRecalledDataEnded- the value to set
- Returns:
- this builder
 
 - 
buildpublic RecalledInfo build() 
 - 
copypublic RecalledInfo.Builder copy(RecalledInfo model) 
 
- 
 
-