Interface DescribeExecutionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DescribeExecutionRequest.Builder,,DescribeExecutionRequest> SdkBuilder<DescribeExecutionRequest.Builder,,DescribeExecutionRequest> SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
 DescribeExecutionRequest
public static interface DescribeExecutionRequest.Builder
extends SfnRequest.Builder, SdkPojo, CopyableBuilder<DescribeExecutionRequest.Builder,DescribeExecutionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionexecutionArn(String executionArn) The Amazon Resource Name (ARN) of the execution to describe.includedData(String includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.includedData(IncludedData includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 describe.
- Parameters:
 executionArn- The Amazon Resource Name (ARN) of the execution to describe.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
includedData
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decryptpermission to decrypt the definition. Alternatively, you can call DescribeStateMachine API withincludedData = METADATA_ONLYto get a successful response without the encrypted definition.- Parameters:
 includedData- If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition. Alternatively, you can call DescribeStateMachine API withincludedData = METADATA_ONLYto get a successful response without the encrypted definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
includedData
If your state machine definition is encrypted with a KMS key, callers must have
kms:Decryptpermission to decrypt the definition. Alternatively, you can call DescribeStateMachine API withincludedData = METADATA_ONLYto get a successful response without the encrypted definition.- Parameters:
 includedData- If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition. Alternatively, you can call DescribeStateMachine API withincludedData = METADATA_ONLYto get a successful response without the encrypted definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
DescribeExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -