Class RecallDefinition.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.RecallDefinition.Builder
-
- Enclosing class:
- RecallDefinition
public static class RecallDefinition.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecallDefinition
build()
RecallDefinition.Builder
copy(RecallDefinition model)
RecallDefinition.Builder
id(String id)
Id of the recall.RecallDefinition.Builder
name(String name)
Name of the recall.
-
-
-
Method Detail
-
id
public RecallDefinition.Builder id(String id)
Id of the recall.- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public RecallDefinition.Builder name(String name)
Name of the recall.- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public RecallDefinition build()
-
copy
public RecallDefinition.Builder copy(RecallDefinition model)
-
-