static DrPlanStep.Builder |
DrPlanStep.builder() |
Create a new builder.
|
DrPlanStep.Builder |
DrPlanStep.Builder.copy(DrPlanStep model) |
|
DrPlanStep.Builder |
DrPlanStep.Builder.displayName(String displayName) |
The display name of the group.
|
DrPlanStep.Builder |
DrPlanStep.Builder.errorMode(DrPlanStepErrorMode errorMode) |
The error mode for this step.
|
DrPlanStep.Builder |
DrPlanStep.Builder.groupId(String groupId) |
The unique id of the group to which this step belongs.
|
DrPlanStep.Builder |
DrPlanStep.Builder.id(String id) |
The unique id of the step.
|
DrPlanStep.Builder |
DrPlanStep.Builder.isEnabled(Boolean isEnabled) |
A flag indicating whether this step should be enabled for execution.
|
DrPlanStep.Builder |
DrPlanStep.Builder.memberId(String memberId) |
The OCID of the member associated with this step.
|
DrPlanStep.Builder |
DrPlanStep.Builder.refreshStatus(DrPlanStepRefreshStatus refreshStatus) |
The DR plan step refresh status.
|
DrPlanStep.Builder |
DrPlanStep.Builder.timeout(Integer timeout) |
The timeout in seconds for executing this step.
|
DrPlanStep.Builder |
DrPlanStep.toBuilder() |
|
DrPlanStep.Builder |
DrPlanStep.Builder.type(DrPlanStepType type) |
The plan step type.
|
DrPlanStep.Builder |
DrPlanStep.Builder.userDefinedStep(DrPlanUserDefinedStep userDefinedStep) |
|