Interface StopAutomationExecutionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopAutomationExecutionRequest.Builder,,StopAutomationExecutionRequest> SdkBuilder<StopAutomationExecutionRequest.Builder,,StopAutomationExecutionRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- StopAutomationExecutionRequest
@Mutable
@NotThreadSafe
public static interface StopAutomationExecutionRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<StopAutomationExecutionRequest.Builder,StopAutomationExecutionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautomationExecutionId(String automationExecutionId) The execution ID of the Automation to stop.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The stop request type.The stop request type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
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
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
-
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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopAutomationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-