| Package | Description |
|---|---|
| software.amazon.awscdk.services.databrew |
AWS::DataBrew Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRecipe.Builder |
CfnRecipe.Builder.create(software.constructs.Construct scope,
String id) |
CfnRecipe.Builder |
CfnRecipe.Builder.description(String description)
The description of the recipe.
|
CfnRecipe.Builder |
CfnRecipe.Builder.name(String name)
The unique name for the recipe.
|
CfnRecipe.Builder |
CfnRecipe.Builder.steps(IResolvable steps)
A list of steps that are defined by the recipe.
|
CfnRecipe.Builder |
CfnRecipe.Builder.steps(List<? extends Object> steps)
A list of steps that are defined by the recipe.
|
CfnRecipe.Builder |
CfnRecipe.Builder.tags(List<? extends CfnTag> tags)
Metadata tags that have been applied to the recipe.
|
Copyright © 2022. All rights reserved.