Interface UpdatePlanExecutionRequest.Builder
- All Superinterfaces:
ArcRegionSwitchRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdatePlanExecutionRequest.Builder,
,UpdatePlanExecutionRequest> SdkBuilder<UpdatePlanExecutionRequest.Builder,
,UpdatePlanExecutionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdatePlanExecutionRequest
@Mutable
@NotThreadSafe
public static interface UpdatePlanExecutionRequest.Builder
extends ArcRegionSwitchRequest.Builder, SdkPojo, CopyableBuilder<UpdatePlanExecutionRequest.Builder,UpdatePlanExecutionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe action specified for a plan execution, for example, Switch to Graceful or Pause.action
(UpdatePlanExecutionAction action) The action specified for a plan execution, for example, Switch to Graceful or Pause.An optional comment about the plan execution.executionId
(String executionId) The execution identifier of a plan execution.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the plan with the execution to update.Methods inherited from interface software.amazon.awssdk.services.arcregionswitch.model.ArcRegionSwitchRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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 with the execution to update.
- Parameters:
planArn
- The Amazon Resource Name (ARN) of the plan with the execution to update.- 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.
-
action
The action specified for a plan execution, for example, Switch to Graceful or Pause.
- Parameters:
action
- The action specified for a plan execution, for example, Switch to Graceful or Pause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action specified for a plan execution, for example, Switch to Graceful or Pause.
- Parameters:
action
- The action specified for a plan execution, for example, Switch to Graceful or Pause.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
overrideConfiguration
UpdatePlanExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdatePlanExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-