@Stability(value=Stable) public static final class CfnRecipeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRecipeProps>
CfnRecipeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRecipeProps |
build()
Builds the configured instance.
|
CfnRecipeProps.Builder |
description(String description)
Sets the value of
CfnRecipeProps.getDescription() |
CfnRecipeProps.Builder |
name(String name)
Sets the value of
CfnRecipeProps.getName() |
CfnRecipeProps.Builder |
steps(IResolvable steps)
Sets the value of
CfnRecipeProps.getSteps() |
CfnRecipeProps.Builder |
steps(List<? extends Object> steps)
Sets the value of
CfnRecipeProps.getSteps() |
CfnRecipeProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRecipeProps.getTags() |
@Stability(value=Stable) public CfnRecipeProps.Builder name(String name)
CfnRecipeProps.getName()name - The unique name for the recipe. This parameter is required.this@Stability(value=Stable) public CfnRecipeProps.Builder steps(IResolvable steps)
CfnRecipeProps.getSteps()steps - A list of steps that are defined by the recipe. This parameter is required.this@Stability(value=Stable) public CfnRecipeProps.Builder steps(List<? extends Object> steps)
CfnRecipeProps.getSteps()steps - A list of steps that are defined by the recipe. This parameter is required.this@Stability(value=Stable) public CfnRecipeProps.Builder description(String description)
CfnRecipeProps.getDescription()description - The description of the recipe.this@Stability(value=Stable) public CfnRecipeProps.Builder tags(List<? extends CfnTag> tags)
CfnRecipeProps.getTags()tags - Metadata tags that have been applied to the recipe.this@Stability(value=Stable) public CfnRecipeProps build()
build in interface software.amazon.jsii.Builder<CfnRecipeProps>CfnRecipePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.