Class RecalledDataInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.RecalledDataInfo.Builder
 
- 
- Enclosing class:
- RecalledDataInfo
 
 public static class RecalledDataInfo.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledDataInfobuild()RecalledDataInfo.BuildercollectionName(String collectionName)This is the parent name of the list of overlapping recallsRecalledDataInfo.Buildercopy(RecalledDataInfo model)RecalledDataInfo.Builderpurpose(String purpose)This is the recall name made for a specific purpose
 
- 
- 
- 
Method Detail- 
collectionNamepublic RecalledDataInfo.Builder collectionName(String collectionName) This is the parent name of the list of overlapping recalls- Parameters:
- collectionName- the value to set
- Returns:
- this builder
 
 - 
purposepublic RecalledDataInfo.Builder purpose(String purpose) This is the recall name made for a specific purpose- Parameters:
- purpose- the value to set
- Returns:
- this builder
 
 - 
buildpublic RecalledDataInfo build() 
 - 
copypublic RecalledDataInfo.Builder copy(RecalledDataInfo model) 
 
- 
 
-