Class CfnRecipePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnRecipePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecipePropsMixin>
- Enclosing class:
CfnRecipePropsMixin
@Stability(Stable)
public static final class CfnRecipePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecipePropsMixin>
A fluent builder for
CfnRecipePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnRecipePropsMixin.Buildercreate()static CfnRecipePropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(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 CfnRecipePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRecipePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRecipePropsMixin.Builder.
-
description
The description of the recipe.- Parameters:
description- The description of the recipe. This parameter is required.- Returns:
this- See Also:
-
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:
-
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
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRecipePropsMixin>- Returns:
- a newly built instance of
CfnRecipePropsMixin.
-