| Modifier and Type | Method and Description |
|---|---|
CfnRecipe |
build() |
static CfnRecipe.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRecipe.Builder |
description(String description)
The description of the recipe.
|
CfnRecipe.Builder |
name(String name)
The unique name for the recipe.
|
CfnRecipe.Builder |
steps(IResolvable steps)
A list of steps that are defined by the recipe.
|
CfnRecipe.Builder |
steps(List<? extends Object> steps)
A list of steps that are defined by the recipe.
|
CfnRecipe.Builder |
tags(List<? extends CfnTag> tags)
Metadata tags that have been applied to the recipe.
|
@Stability(value=Stable) public static CfnRecipe.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnRecipe.ActionProperty.Builder.@Stability(value=Stable) public CfnRecipe.Builder name(String name)
name - The unique name for the recipe. This parameter is required.this@Stability(value=Stable) public CfnRecipe.Builder steps(IResolvable steps)
steps - A list of steps that are defined by the recipe. This parameter is required.this@Stability(value=Stable) public CfnRecipe.Builder steps(List<? extends Object> steps)
steps - A list of steps that are defined by the recipe. This parameter is required.this@Stability(value=Stable) public CfnRecipe.Builder description(String description)
description - The description of the recipe. This parameter is required.this@Stability(value=Stable) public CfnRecipe.Builder tags(List<? extends CfnTag> tags)
tags - Metadata tags that have been applied to the recipe. This parameter is required.thisCopyright © 2022. All rights reserved.