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