Class CfnJobPropsMixin.RecipeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.RecipeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.RecipeProperty>
- Enclosing interface:
CfnJobPropsMixin.RecipeProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.RecipeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.RecipeProperty>
A builder for
CfnJobPropsMixin.RecipeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnJobPropsMixin.RecipeProperty.getName()Sets the value ofCfnJobPropsMixin.RecipeProperty.getVersion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnJobPropsMixin.RecipeProperty.getName()- Parameters:
name- The unique name for the recipe.- Returns:
this
-
version
Sets the value ofCfnJobPropsMixin.RecipeProperty.getVersion()- Parameters:
version- The identifier for the version for the recipe.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.RecipeProperty>- Returns:
- a new instance of
CfnJobPropsMixin.RecipeProperty - Throws:
NullPointerException- if any required attribute was not provided
-