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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopAutomationExecutionRequest.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.BuilderStopAutomationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.