Class RecalledDataInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.RecalledDataInfo.Builder
-
- Enclosing class:
- RecalledDataInfo
public static class RecalledDataInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecalledDataInfo
build()
RecalledDataInfo.Builder
collectionName(String collectionName)
This is the parent name of the list of overlapping recallsRecalledDataInfo.Builder
copy(RecalledDataInfo model)
RecalledDataInfo.Builder
purpose(String purpose)
This is the recall name made for a specific purpose
-
-
-
Method Detail
-
collectionName
public 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
-
purpose
public RecalledDataInfo.Builder purpose(String purpose)
This is the recall name made for a specific purpose- Parameters:
purpose
- the value to set- Returns:
- this builder
-
build
public RecalledDataInfo build()
-
copy
public RecalledDataInfo.Builder copy(RecalledDataInfo model)
-
-