Class RetryDrPlanExecutionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.RetryDrPlanExecutionDetails.Builder
-
- Enclosing class:
- RetryDrPlanExecutionDetails
public static class RetryDrPlanExecutionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetryDrPlanExecutionDetails
build()
RetryDrPlanExecutionDetails.Builder
copy(RetryDrPlanExecutionDetails model)
RetryDrPlanExecutionDetails.Builder
groupId(String groupId)
The unique id of the group to retry as a whole, or the group containing the step being retried.RetryDrPlanExecutionDetails.Builder
stepId(String stepId)
The unique id of the step to retry (optional).
-
-
-
Method Detail
-
groupId
public RetryDrPlanExecutionDetails.Builder groupId(String groupId)
The unique id of the group to retry as a whole, or the group containing the step being retried.Example: sgid1.group..uniqueID
- Parameters:
groupId
- the value to set- Returns:
- this builder
-
stepId
public RetryDrPlanExecutionDetails.Builder stepId(String stepId)
The unique id of the step to retry (optional).Only needed when retrying a step.
Example: sgid1.step..uniqueID
- Parameters:
stepId
- the value to set- Returns:
- this builder
-
build
public RetryDrPlanExecutionDetails build()
-
copy
public RetryDrPlanExecutionDetails.Builder copy(RetryDrPlanExecutionDetails model)
-
-