public static class UpdateDrPlanStepDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDrPlanStepDetails |
build() |
UpdateDrPlanStepDetails.Builder |
copy(UpdateDrPlanStepDetails model) |
UpdateDrPlanStepDetails.Builder |
displayName(String displayName)
The display name of the step in a group.
|
UpdateDrPlanStepDetails.Builder |
errorMode(DrPlanStepErrorMode errorMode)
The error mode for this step.
|
UpdateDrPlanStepDetails.Builder |
id(String id)
The unique id of the step.
|
UpdateDrPlanStepDetails.Builder |
isEnabled(Boolean isEnabled)
A flag indicating whether this step should be enabled for execution.
|
UpdateDrPlanStepDetails.Builder |
timeout(Integer timeout)
The timeout in seconds for executing this step.
|
UpdateDrPlanStepDetails.Builder |
userDefinedStep(UpdateDrPlanUserDefinedStepDetails userDefinedStep) |
public UpdateDrPlanStepDetails.Builder id(String id)
The unique id of the step.
Example: sgid1.step..uniqueID
id
- the value to setpublic UpdateDrPlanStepDetails.Builder displayName(String displayName)
The display name of the step in a group.
Example: My_STEP_3A - EBS Start - STAGE A
displayName
- the value to setpublic UpdateDrPlanStepDetails.Builder errorMode(DrPlanStepErrorMode errorMode)
The error mode for this step. The default error mode for the step is STOP_ON_ERROR
.
errorMode
- the value to setpublic 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
timeout
- the value to setpublic 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
isEnabled
- the value to setpublic UpdateDrPlanStepDetails.Builder userDefinedStep(UpdateDrPlanUserDefinedStepDetails userDefinedStep)
public UpdateDrPlanStepDetails build()
public UpdateDrPlanStepDetails.Builder copy(UpdateDrPlanStepDetails model)
Copyright © 2016–2024. All rights reserved.