Interface StartPlanExecutionResponse.Builder
- All Superinterfaces:
ArcRegionSwitchResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<StartPlanExecutionResponse.Builder,
,StartPlanExecutionResponse> SdkBuilder<StartPlanExecutionResponse.Builder,
,StartPlanExecutionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartPlanExecutionResponse
@Mutable
@NotThreadSafe
public static interface StartPlanExecutionResponse.Builder
extends ArcRegionSwitchResponse.Builder, SdkPojo, CopyableBuilder<StartPlanExecutionResponse.Builder,StartPlanExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactivateRegion
(String activateRegion) The Amazon Web Services Region to activate.deactivateRegion
(String deactivateRegion) The Amazon Web Services Region to deactivate.executionId
(String executionId) The execution identifier of a plan execution.The details of the Region switch plan.planVersion
(String planVersion) The version of the plan, a unique number generated by Region switch.Methods inherited from interface software.amazon.awssdk.services.arcregionswitch.model.ArcRegionSwitchResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
plan
The details of the Region switch plan.
- Parameters:
plan
- The details of the Region switch plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
planVersion
The version of the plan, a unique number generated by Region switch.
- Parameters:
planVersion
- The version of the plan, a unique number generated by Region switch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activateRegion
The Amazon Web Services Region to activate.
- Parameters:
activateRegion
- The Amazon Web Services Region to activate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deactivateRegion
The Amazon Web Services Region to deactivate.
- Parameters:
deactivateRegion
- The Amazon Web Services Region to deactivate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-