Interface DescribeStateMachineAliasResponse.Builder

    • Method Detail

      • stateMachineAliasArn

        DescribeStateMachineAliasResponse.Builder stateMachineAliasArn​(String stateMachineAliasArn)

        The Amazon Resource Name (ARN) of the state machine alias.

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

        DescribeStateMachineAliasResponse.Builder name​(String name)

        The name of the state machine alias.

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

        DescribeStateMachineAliasResponse.Builder description​(String description)

        A description of the alias.

        Parameters:
        description - A description of the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routingConfiguration

        DescribeStateMachineAliasResponse.Builder routingConfiguration​(RoutingConfigurationListItem... routingConfiguration)

        The routing configuration of the alias.

        Parameters:
        routingConfiguration - The routing configuration of the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        DescribeStateMachineAliasResponse.Builder creationDate​(Instant creationDate)

        The date the state machine alias was created.

        Parameters:
        creationDate - The date the state machine alias was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateDate

        DescribeStateMachineAliasResponse.Builder updateDate​(Instant updateDate)

        The date the state machine alias was last updated.

        For a newly created state machine, this is the same as the creation date.

        Parameters:
        updateDate - The date the state machine alias was last updated.

        For a newly created state machine, this is the same as the creation date.

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