Interface CreateStateMachineResponse.Builder

    • Method Detail

      • stateMachineArn

        CreateStateMachineResponse.Builder stateMachineArn​(String stateMachineArn)

        The Amazon Resource Name (ARN) that identifies the created state machine.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) that identifies the created state machine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        CreateStateMachineResponse.Builder creationDate​(Instant creationDate)

        The date the state machine is created.

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

        CreateStateMachineResponse.Builder stateMachineVersionArn​(String stateMachineVersionArn)

        The Amazon Resource Name (ARN) that identifies the created state machine version. If you do not set the publish parameter to true, this field returns null value.

        Parameters:
        stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies the created state machine version. If you do not set the publish parameter to true, this field returns null value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.