Interface DescribeStateMachineForExecutionRequest.Builder

    • 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:Decrypt permission to decrypt the definition. Alternatively, you can call the 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 the 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, IncludedData
      • includedData

        DescribeStateMachineForExecutionRequest.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 the 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 the 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, IncludedData