Interface AbbreviatedExecution.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AbbreviatedExecution.Builder,
,AbbreviatedExecution> SdkBuilder<AbbreviatedExecution.Builder,
,AbbreviatedExecution> SdkPojo
- Enclosing class:
AbbreviatedExecution
-
Method Summary
Modifier and TypeMethodDescriptionactualRecoveryTime
(String actualRecoveryTime) The actual recovery time that Region switch calculates for a plan execution.An optional comment about the plan execution.The timestamp when the plan execution was ended.executionAction
(String executionAction) The plan execution action.executionAction
(ExecutionAction executionAction) The plan execution action.executionId
(String executionId) The execution identifier of a plan execution.executionRegion
(String executionRegion) The Amazon Web Services Region for a plan execution.executionState
(String executionState) The plan execution state.executionState
(ExecutionState executionState) The plan execution state.The plan execution mode.mode
(ExecutionMode mode) The plan execution mode.The Amazon Resource Name (ARN) of the plan.The timestamp when the plan execution was started.The timestamp when the plan execution was last updated.The version for the plan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
planArn
The Amazon Resource Name (ARN) of the plan.
- Parameters:
planArn
- The Amazon Resource Name (ARN) of the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
The execution identifier of a plan execution.
- Parameters:
executionId
- The execution identifier of a plan execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version for the plan.
- Parameters:
version
- The version for the plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the plan execution was last updated.
- Parameters:
updatedAt
- The timestamp when the plan execution was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
An optional comment about the plan execution.
- Parameters:
comment
- An optional comment about the plan execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The timestamp when the plan execution was started.
- Parameters:
startTime
- The timestamp when the plan execution was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp when the plan execution was ended.
- Parameters:
endTime
- The timestamp when the plan execution was ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
The plan execution mode. Valid values are
Practice
, for testing without making actual changes, orRecovery
, for actual traffic shifting and application recovery.- Parameters:
mode
- The plan execution mode. Valid values arePractice
, for testing without making actual changes, orRecovery
, for actual traffic shifting and application recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The plan execution mode. Valid values are
Practice
, for testing without making actual changes, orRecovery
, for actual traffic shifting and application recovery.- Parameters:
mode
- The plan execution mode. Valid values arePractice
, for testing without making actual changes, orRecovery
, for actual traffic shifting and application recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionState
The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.
- Parameters:
executionState
- The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionState
The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.
- Parameters:
executionState
- The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionAction
The plan execution action. Valid values are
Activate
, to activate an Amazon Web Services Region, orDeactivate
, to deactivate a Region.- Parameters:
executionAction
- The plan execution action. Valid values areActivate
, to activate an Amazon Web Services Region, orDeactivate
, to deactivate a Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionAction
The plan execution action. Valid values are
Activate
, to activate an Amazon Web Services Region, orDeactivate
, to deactivate a Region.- Parameters:
executionAction
- The plan execution action. Valid values areActivate
, to activate an Amazon Web Services Region, orDeactivate
, to deactivate a Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionRegion
The Amazon Web Services Region for a plan execution.
- Parameters:
executionRegion
- The Amazon Web Services Region for a plan execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actualRecoveryTime
The actual recovery time that Region switch calculates for a plan execution. Actual recovery time includes the time for the plan to run added to the time elapsed until the application health alarms that you've specified are healthy again.
- Parameters:
actualRecoveryTime
- The actual recovery time that Region switch calculates for a plan execution. Actual recovery time includes the time for the plan to run added to the time elapsed until the application health alarms that you've specified are healthy again.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-