Interface DescribeStateMachineForExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeStateMachineForExecutionRequest.Builder,DescribeStateMachineForExecutionRequest>,SdkBuilder<DescribeStateMachineForExecutionRequest.Builder,DescribeStateMachineForExecutionRequest>,SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
- DescribeStateMachineForExecutionRequest
public static interface DescribeStateMachineForExecutionRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<DescribeStateMachineForExecutionRequest.Builder,DescribeStateMachineForExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStateMachineForExecutionRequest.BuilderexecutionArn(String executionArn)The Amazon Resource Name (ARN) of the execution you want state machine information for.DescribeStateMachineForExecutionRequest.BuilderincludedData(String includedData)If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeStateMachineForExecutionRequest.BuilderincludedData(IncludedData includedData)If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.DescribeStateMachineForExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStateMachineForExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sfn.model.SfnRequest.Builder
build
-
-
-
-
Method Detail
-
executionArn
DescribeStateMachineForExecutionRequest.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution you want state machine information for.
- Parameters:
executionArn- The Amazon Resource Name (ARN) of the execution you want state machine information for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includedData
DescribeStateMachineForExecutionRequest.Builder includedData(String 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 the 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 the 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,IncludedData
-
includedData
DescribeStateMachineForExecutionRequest.Builder includedData(IncludedData 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 the 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 the 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,IncludedData
-
overrideConfiguration
DescribeStateMachineForExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeStateMachineForExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-