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 Details

    • executionArn

      DescribeExecutionRequest.Builder executionArn(String 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

      DescribeExecutionRequest.Builder includedData(String includedData)

      If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call DescribeStateMachine API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.

      Parameters:
      includedData - If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call DescribeStateMachine API with includedData = METADATA_ONLY to 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

      DescribeExecutionRequest.Builder includedData(IncludedData includedData)

      If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call DescribeStateMachine API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.

      Parameters:
      includedData - If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call DescribeStateMachine API with includedData = METADATA_ONLY to 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.