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)
Add an optional request override configuration.
|
StopAutomationExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StopAutomationExecutionRequest.Builder |
type(StopType type)
The stop request type.
|
StopAutomationExecutionRequest.Builder |
type(String type)
The stop request type.
|
build
overrideConfiguration
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StopAutomationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.