Interface DescribeStateMachineForExecutionResponse.Builder

    • Method Detail

      • stateMachineArn

        DescribeStateMachineForExecutionResponse.Builder stateMachineArn​(String stateMachineArn)

        The Amazon Resource Name (ARN) of the state machine associated with the execution.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) of the state machine associated with the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DescribeStateMachineForExecutionResponse.Builder name​(String name)

        The name of the state machine associated with the execution.

        Parameters:
        name - The name of the state machine associated with the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        DescribeStateMachineForExecutionResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateDate

        DescribeStateMachineForExecutionResponse.Builder updateDate​(Instant updateDate)

        The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

        Parameters:
        updateDate - The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loggingConfiguration

        DescribeStateMachineForExecutionResponse.Builder loggingConfiguration​(LoggingConfiguration loggingConfiguration)
        Sets the value of the LoggingConfiguration property for this object.
        Parameters:
        loggingConfiguration - The new value for the LoggingConfiguration property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tracingConfiguration

        DescribeStateMachineForExecutionResponse.Builder tracingConfiguration​(TracingConfiguration tracingConfiguration)

        Selects whether X-Ray tracing is enabled.

        Parameters:
        tracingConfiguration - Selects whether X-Ray tracing is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mapRunArn

        DescribeStateMachineForExecutionResponse.Builder mapRunArn​(String mapRunArn)

        The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.

        Parameters:
        mapRunArn - The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • label

        DescribeStateMachineForExecutionResponse.Builder label​(String label)

        A user-defined or an auto-generated string that identifies a Map state. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.

        Parameters:
        label - A user-defined or an auto-generated string that identifies a Map state. This field is returned only if the executionArn is a child workflow execution that was started by a Distributed Map state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revisionId

        DescribeStateMachineForExecutionResponse.Builder revisionId​(String revisionId)

        The revision identifier for the state machine. The first revision ID when you create the state machine is null.

        Use the state machine revisionId parameter to compare the revision of a state machine with the configuration of the state machine used for executions without performing a diff of the properties, such as definition and roleArn.

        Parameters:
        revisionId - The revision identifier for the state machine. The first revision ID when you create the state machine is null.

        Use the state machine revisionId parameter to compare the revision of a state machine with the configuration of the state machine used for executions without performing a diff of the properties, such as definition and roleArn.

        Returns:
        Returns a reference to this object so that method calls can be chained together.