@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.378Z") @Stability(value=Stable) public interface CfnRecipeProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRecipeProps.Builder
A builder for
CfnRecipeProps |
static class |
CfnRecipeProps.Jsii$Proxy
An implementation for
CfnRecipeProps |
Modifier and Type | Method and Description |
---|---|
static CfnRecipeProps.Builder |
builder() |
default String |
getDescription()
`AWS::DataBrew::Recipe.Description`.
|
String |
getName()
`AWS::DataBrew::Recipe.Name`.
|
Object |
getSteps()
`AWS::DataBrew::Recipe.Steps`.
|
default List<CfnTag> |
getTags()
`AWS::DataBrew::Recipe.Tags`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Object getSteps()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRecipeProps.Builder builder()
CfnRecipeProps.Builder
of CfnRecipeProps
Copyright © 2021. All rights reserved.