Class SendWorkflowStepActionRequest

    • Method Detail

      • stepExecutionId

        public final String stepExecutionId()

        Uniquely identifies the workflow step that sent the step action.

        Returns:
        Uniquely identifies the workflow step that sent the step action.
      • imageBuildVersionArn

        public final String imageBuildVersionArn()

        The Amazon Resource Name (ARN) of the image build version to send action for.

        Returns:
        The Amazon Resource Name (ARN) of the image build version to send action for.
      • action

        public final WorkflowStepActionType action()

        The action for the image creation process to take while a workflow WaitForAction step waits for an asynchronous action to complete.

        If the service returns an enum value that is not available in the current SDK version, action will return WorkflowStepActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionAsString().

        Returns:
        The action for the image creation process to take while a workflow WaitForAction step waits for an asynchronous action to complete.
        See Also:
        WorkflowStepActionType
      • actionAsString

        public final String actionAsString()

        The action for the image creation process to take while a workflow WaitForAction step waits for an asynchronous action to complete.

        If the service returns an enum value that is not available in the current SDK version, action will return WorkflowStepActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionAsString().

        Returns:
        The action for the image creation process to take while a workflow WaitForAction step waits for an asynchronous action to complete.
        See Also:
        WorkflowStepActionType
      • reason

        public final String reason()

        The reason why this action is sent.

        Returns:
        The reason why this action is sent.
      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

        Returns:
        Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
      • toString

        public final 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