Interface ActionContext.Builder

    • Method Detail

      • name

        ActionContext.Builder name​(String 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.