JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.stepfunctions.model

Class ExecutionStartedEventDetails

    • Constructor Detail

      • ExecutionStartedEventDetails

        public ExecutionStartedEventDetails()
    • Method Detail

      • setInput

        public void setInput(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.
      • getInput

        public String getInput()

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

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

        public ExecutionStartedEventDetails withInput(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.
      • setInputDetails

        public void setInputDetails(HistoryEventExecutionDataDetails inputDetails)

        Contains details about the input for an execution history event.

        Parameters:
        inputDetails - Contains details about the input for an execution history event.
      • getInputDetails

        public HistoryEventExecutionDataDetails getInputDetails()

        Contains details about the input for an execution history event.

        Returns:
        Contains details about the input for an execution history event.
      • withInputDetails

        public ExecutionStartedEventDetails withInputDetails(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.
      • setRoleArn

        public void setRoleArn(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.
      • getRoleArn

        public String getRoleArn()

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

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

        public ExecutionStartedEventDetails withRoleArn(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.
      • setStateMachineAliasArn

        public void setStateMachineAliasArn(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.
      • getStateMachineAliasArn

        public String getStateMachineAliasArn()

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

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

        public ExecutionStartedEventDetails withStateMachineAliasArn(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.
      • setStateMachineVersionArn

        public void setStateMachineVersionArn(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.
      • getStateMachineVersionArn

        public String getStateMachineVersionArn()

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

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

        public ExecutionStartedEventDetails withStateMachineVersionArn(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /