Interface RecipeAction.Builder

  • Method Details

    • operation

      RecipeAction.Builder operation(String operation)

      The operation of the recipe action.

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

      RecipeAction.Builder parameters(Map<String,String> parameters)

      The parameters of the recipe action.

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