Uses of Interface
software.amazon.awssdk.services.glue.model.RecipeReference.Builder
-
Packages that use RecipeReference.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RecipeReference.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RecipeReference.Builder Modifier and Type Method Description static RecipeReference.BuilderRecipeReference. builder()RecipeReference.BuilderRecipeReference.Builder. recipeArn(String recipeArn)The ARN of the DataBrew recipe.RecipeReference.BuilderRecipeReference.Builder. recipeVersion(String recipeVersion)The RecipeVersion of the DataBrew recipe.RecipeReference.BuilderRecipeReference. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type RecipeReference.Builder Modifier and Type Method Description static Class<? extends RecipeReference.Builder>RecipeReference. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type RecipeReference.Builder Modifier and Type Method Description default Recipe.BuilderRecipe.Builder. recipeReference(Consumer<RecipeReference.Builder> recipeReference)A reference to the DataBrew recipe used by the node.
-