public static interface StopAutomationExecutionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<StopAutomationExecutionRequest.Builder,StopAutomationExecutionRequest>
Modifier and Type | Method and Description |
---|---|
StopAutomationExecutionRequest.Builder |
automationExecutionId(String automationExecutionId)
The execution ID of the Automation to stop.
|
StopAutomationExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopAutomationExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopAutomationExecutionRequest.Builder |
type(StopType type)
The stop request type.
|
StopAutomationExecutionRequest.Builder |
type(String type)
The stop request type.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopAutomationExecutionRequest.Builder automationExecutionId(String automationExecutionId)
The execution ID of the Automation to stop.
automationExecutionId
- The execution ID of the Automation to stop.StopAutomationExecutionRequest.Builder type(String type)
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
StopAutomationExecutionRequest.Builder type(StopType type)
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
StopAutomationExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
StopAutomationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.