Class UpdateDrPlanStepDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateDrPlanStepDetails.Builder
 
- 
- Enclosing class:
- UpdateDrPlanStepDetails
 
 public static class UpdateDrPlanStepDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDrPlanStepDetailsbuild()UpdateDrPlanStepDetails.Buildercopy(UpdateDrPlanStepDetails model)UpdateDrPlanStepDetails.BuilderdisplayName(String displayName)The display name of the step in a group.UpdateDrPlanStepDetails.BuildererrorMode(DrPlanStepErrorMode errorMode)The error mode for this step.UpdateDrPlanStepDetails.Builderid(String id)The unique id of the step.UpdateDrPlanStepDetails.BuilderisEnabled(Boolean isEnabled)A flag indicating whether this step should be enabled for execution.UpdateDrPlanStepDetails.Buildertimeout(Integer timeout)The timeout in seconds for executing this step.UpdateDrPlanStepDetails.BuilderuserDefinedStep(UpdateDrPlanUserDefinedStepDetails userDefinedStep)
 
- 
- 
- 
Method Detail- 
idpublic UpdateDrPlanStepDetails.Builder id(String id) The unique id of the step.Example: sgid1.step..uniqueID - Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic UpdateDrPlanStepDetails.Builder displayName(String displayName) The display name of the step in a group.Example: My_STEP_3A - EBS Start - STAGE A - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
errorModepublic UpdateDrPlanStepDetails.Builder errorMode(DrPlanStepErrorMode errorMode) The error mode for this step.The default error mode for the step is STOP_ON_ERROR. - Parameters:
- errorMode- the value to set
- Returns:
- this builder
 
 - 
timeoutpublic UpdateDrPlanStepDetails.Builder timeout(Integer timeout) The timeout in seconds for executing this step.When creating a new step, if no timeout is specified, the default timeout is set to 3600 seconds. Example: 600 - Parameters:
- timeout- the value to set
- Returns:
- this builder
 
 - 
isEnabledpublic UpdateDrPlanStepDetails.Builder isEnabled(Boolean isEnabled) A flag indicating whether this step should be enabled for execution.The default value for the isEnabled flag is true. Example: true - Parameters:
- isEnabled- the value to set
- Returns:
- this builder
 
 - 
userDefinedSteppublic UpdateDrPlanStepDetails.Builder userDefinedStep(UpdateDrPlanUserDefinedStepDetails userDefinedStep) 
 - 
buildpublic UpdateDrPlanStepDetails build() 
 - 
copypublic UpdateDrPlanStepDetails.Builder copy(UpdateDrPlanStepDetails model) 
 
- 
 
-