Interface RecipeReference.Builder

  • Method Details

    • recipeArn

      RecipeReference.Builder recipeArn(String recipeArn)

      The ARN of the DataBrew recipe.

      Parameters:
      recipeArn - The ARN of the DataBrew recipe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recipeVersion

      RecipeReference.Builder recipeVersion(String recipeVersion)

      The RecipeVersion of the DataBrew recipe.

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