Class IgnoreDrPlanExecutionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.IgnoreDrPlanExecutionDetails.Builder
-
- Enclosing class:
- IgnoreDrPlanExecutionDetails
public static class IgnoreDrPlanExecutionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgnoreDrPlanExecutionDetails
build()
IgnoreDrPlanExecutionDetails.Builder
copy(IgnoreDrPlanExecutionDetails model)
IgnoreDrPlanExecutionDetails.Builder
groupId(String groupId)
The unique id of the group to ignore as a whole, or the group containing the step to ignore.IgnoreDrPlanExecutionDetails.Builder
stepId(String stepId)
The unique id of the step to ignore (optional).
-
-
-
Method Detail
-
groupId
public 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
-
stepId
public 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
-
build
public IgnoreDrPlanExecutionDetails build()
-
copy
public IgnoreDrPlanExecutionDetails.Builder copy(IgnoreDrPlanExecutionDetails model)
-
-