Interface ExecutionStartedEventDetails.Builder

    • Method Detail

      • input

        ExecutionStartedEventDetails.Builder input​(String input)

        The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputDetails

        ExecutionStartedEventDetails.Builder inputDetails​(HistoryEventExecutionDataDetails inputDetails)

        Contains details about the input for an execution history event.

        Parameters:
        inputDetails - Contains details about the input for an execution history event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        ExecutionStartedEventDetails.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateMachineAliasArn

        ExecutionStartedEventDetails.Builder stateMachineAliasArn​(String stateMachineAliasArn)

        The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.

        Parameters:
        stateMachineAliasArn - The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateMachineVersionArn

        ExecutionStartedEventDetails.Builder stateMachineVersionArn​(String stateMachineVersionArn)

        The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.

        Parameters:
        stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.