Class RecipeReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.databrew.RecipeReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecipeReference>
- Enclosing interface:
RecipeReference
@Stability(Stable)
public static final class RecipeReference.Builder
extends Object
implements software.amazon.jsii.Builder<RecipeReference>
A builder for
RecipeReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recipeName(String recipeName) Sets the value ofRecipeReference.getRecipeName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recipeName
Sets the value ofRecipeReference.getRecipeName()- Parameters:
recipeName- The Name of the Recipe resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecipeReference>- Returns:
- a new instance of
RecipeReference - Throws:
NullPointerException- if any required attribute was not provided
-