Class RetryDrPlanExecutionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.RetryDrPlanExecutionDetails.Builder
 
- 
- Enclosing class:
- RetryDrPlanExecutionDetails
 
 public static class RetryDrPlanExecutionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RetryDrPlanExecutionDetailsbuild()RetryDrPlanExecutionDetails.Buildercopy(RetryDrPlanExecutionDetails model)RetryDrPlanExecutionDetails.BuildergroupId(String groupId)The unique id of the group to retry as a whole, or the group containing the step being retried.RetryDrPlanExecutionDetails.BuilderstepId(String stepId)The unique id of the step to retry (optional).
 
- 
- 
- 
Method Detail- 
groupIdpublic 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
 
 - 
stepIdpublic 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
 
 - 
buildpublic RetryDrPlanExecutionDetails build() 
 - 
copypublic RetryDrPlanExecutionDetails.Builder copy(RetryDrPlanExecutionDetails model) 
 
- 
 
-