Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
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.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) |
Copyright © 2016–2024. All rights reserved.