Interface ActionContext.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ActionContext.Builder,ActionContext>, SdkBuilder<ActionContext.Builder,ActionContext>, SdkPojo
Enclosing class:
ActionContext

public static interface ActionContext.Builder extends SdkPojo, CopyableBuilder<ActionContext.Builder,ActionContext>
  • Method Details

    • name

      The name of the action in the context of a job.

      Parameters:
      name - The name of the action in the context of a job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionExecutionId

      ActionContext.Builder actionExecutionId(String actionExecutionId)

      The system-generated unique ID that corresponds to an action's execution.

      Parameters:
      actionExecutionId - The system-generated unique ID that corresponds to an action's execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.