Interface ExperimentTemplateAction.Builder

  • Method Details

    • actionId

      The ID of the action.

      Parameters:
      actionId - The ID of the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ExperimentTemplateAction.Builder description(String description)

      A description for the action.

      Parameters:
      description - A description for the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      The parameters for the action.

      Parameters:
      parameters - The parameters for the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      The targets for the action.

      Parameters:
      targets - The targets for the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startAfter

      The name of the action that must be completed before the current action starts.

      Parameters:
      startAfter - The name of the action that must be completed before the current action starts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startAfter

      ExperimentTemplateAction.Builder startAfter(String... startAfter)

      The name of the action that must be completed before the current action starts.

      Parameters:
      startAfter - The name of the action that must be completed before the current action starts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.