Interface StopExecutionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopExecutionRequest.Builder,,StopExecutionRequest> SdkBuilder<StopExecutionRequest.Builder,,StopExecutionRequest> SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
- StopExecutionRequest
@Mutable
@NotThreadSafe
public static interface StopExecutionRequest.Builder
extends SfnRequest.Builder, SdkPojo, CopyableBuilder<StopExecutionRequest.Builder,StopExecutionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA more detailed explanation of the cause of the failure.The error code of the failure.executionArn(String executionArn) The Amazon Resource Name (ARN) of the execution to stop.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.sfn.model.SfnRequest.Builder
build
-
Method Details
-
executionArn
The Amazon Resource Name (ARN) of the execution to stop.
- Parameters:
executionArn- The Amazon Resource Name (ARN) of the execution to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The error code of the failure.
- Parameters:
error- The error code of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cause
A more detailed explanation of the cause of the failure.
- Parameters:
cause- A more detailed explanation of the cause of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-