Class RecallDefinition.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.RecallDefinition.Builder
 
- 
- Enclosing class:
- RecallDefinition
 
 public static class RecallDefinition.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecallDefinitionbuild()RecallDefinition.Buildercopy(RecallDefinition model)RecallDefinition.Builderid(String id)Id of the recall.RecallDefinition.Buildername(String name)Name of the recall.
 
- 
- 
- 
Method Detail- 
idpublic RecallDefinition.Builder id(String id) Id of the recall.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic RecallDefinition.Builder name(String name) Name of the recall.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
buildpublic RecallDefinition build() 
 - 
copypublic RecallDefinition.Builder copy(RecallDefinition model) 
 
- 
 
-