Class CfnRecipe.Builder
java.lang.Object
software.amazon.awscdk.services.databrew.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
Modifier and TypeMethodDescriptionbuild()static CfnRecipe.Builderdescription(String description) The description of the recipe.The unique name for the recipe.A list of steps that are defined by the recipe.steps(IResolvable steps) A list of steps that are defined by the recipe.Metadata tags that have been applied to the recipe.
-
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 unique name for the recipe.- Parameters:
name- The unique name for the recipe. This parameter is required.- Returns:
this- See Also:
-
steps
A list of steps that are defined by the recipe.- Parameters:
steps- A list of steps that are defined by the recipe. This parameter is required.- Returns:
this- See Also:
-
steps
A list of steps that are defined by the recipe.- Parameters:
steps- A list of steps that are defined by the recipe. This parameter is required.- Returns:
this- See Also:
-
description
The description of the recipe.- Parameters:
description- The description of the recipe. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata tags that have been applied to the recipe.- Parameters:
tags- Metadata tags that have been applied to the recipe. This parameter is required.- Returns:
this- See Also:
-
build
-