Class CfnRecipeMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.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.description(String description) Sets the value ofCfnRecipeMixinProps.getDescription()Sets the value ofCfnRecipeMixinProps.getName()Sets the value ofCfnRecipeMixinProps.getSteps()steps(IResolvable steps) Sets the value ofCfnRecipeMixinProps.getSteps()Sets the value ofCfnRecipeMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnRecipeMixinProps.getDescription()- Parameters:
description- The description of the recipe.- Returns:
this
-
name
Sets the value ofCfnRecipeMixinProps.getName()- Parameters:
name- The unique name for the recipe.- Returns:
this
-
steps
Sets the value ofCfnRecipeMixinProps.getSteps()- Parameters:
steps- A list of steps that are defined by the recipe.- Returns:
this
-
steps
Sets the value ofCfnRecipeMixinProps.getSteps()- Parameters:
steps- A list of steps that are defined by the recipe.- Returns:
this
-
tags
Sets the value ofCfnRecipeMixinProps.getTags()- Parameters:
tags- Metadata tags that have been applied to 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
-