Class CfnRecipe.Builder
java.lang.Object
software.amazon.awscdk.services.personalize.CfnRecipe.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecipe>
- Enclosing class:
CfnRecipe
@Stability(Stable)
public static final class CfnRecipe.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecipe>
A fluent builder for
CfnRecipe.-
Method Summary
-
Method Details
-
create
@Stability(Stable) public static CfnRecipe.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRecipe.Builder.
-
name
The name of the recipe.- Parameters:
name- The name of the recipe. This parameter is required.- Returns:
this- See Also:
-
build
-