Interface StopAutomationExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StopAutomationExecutionRequest.Builder,StopAutomationExecutionRequest>
,SdkBuilder<StopAutomationExecutionRequest.Builder,StopAutomationExecutionRequest>
,SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
- StopAutomationExecutionRequest
public static interface StopAutomationExecutionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<StopAutomationExecutionRequest.Builder,StopAutomationExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopAutomationExecutionRequest.Builder
automationExecutionId(String automationExecutionId)
The execution ID of the Automation to stop.StopAutomationExecutionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
StopAutomationExecutionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
StopAutomationExecutionRequest.Builder
type(String type)
The stop request type.StopAutomationExecutionRequest.Builder
type(StopType type)
The stop request type.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
automationExecutionId
StopAutomationExecutionRequest.Builder automationExecutionId(String automationExecutionId)
The execution ID of the Automation to stop.
- Parameters:
automationExecutionId
- The execution ID of the Automation to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
StopAutomationExecutionRequest.Builder type(String type)
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
-
type
StopAutomationExecutionRequest.Builder type(StopType type)
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
-
overrideConfiguration
StopAutomationExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
StopAutomationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-