@Stability(value=Stable)
public static interface CfnJob.RecipeProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.databrew.*;
RecipeProperty recipeProperty = RecipeProperty.builder()
.name("name")
// the properties below are optional
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJob.RecipeProperty.Builder
A builder for
CfnJob.RecipeProperty |
static class |
CfnJob.RecipeProperty.Jsii$Proxy
An implementation for
CfnJob.RecipeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.RecipeProperty.Builder |
builder() |
String |
getName()
The unique name for the recipe.
|
default String |
getVersion()
The identifier for the version for the recipe.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnJob.RecipeProperty.Builder builder()
CfnJob.RecipeProperty.Builder of CfnJob.RecipePropertyCopyright © 2022. All rights reserved.