Class IgnoreDrPlanExecutionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.IgnoreDrPlanExecutionDetails.Builder
 
- 
- Enclosing class:
- IgnoreDrPlanExecutionDetails
 
 public static class IgnoreDrPlanExecutionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IgnoreDrPlanExecutionDetailsbuild()IgnoreDrPlanExecutionDetails.Buildercopy(IgnoreDrPlanExecutionDetails model)IgnoreDrPlanExecutionDetails.BuildergroupId(String groupId)The unique id of the group to ignore as a whole, or the group containing the step to ignore.IgnoreDrPlanExecutionDetails.BuilderstepId(String stepId)The unique id of the step to ignore (optional).
 
- 
- 
- 
Method Detail- 
groupIdpublic IgnoreDrPlanExecutionDetails.Builder groupId(String groupId) The unique id of the group to ignore as a whole, or the group containing the step to ignore.Example: sgid1.group..uniqueID - Parameters:
- groupId- the value to set
- Returns:
- this builder
 
 - 
stepIdpublic IgnoreDrPlanExecutionDetails.Builder stepId(String stepId) The unique id of the step to ignore (optional).Only needed when ignoring a step. Example: sgid1.step..uniqueID - Parameters:
- stepId- the value to set
- Returns:
- this builder
 
 - 
buildpublic IgnoreDrPlanExecutionDetails build() 
 - 
copypublic IgnoreDrPlanExecutionDetails.Builder copy(IgnoreDrPlanExecutionDetails model) 
 
- 
 
-