public static interface CfnJob.RecipeProperty
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() |
java.lang.String |
getName()
The unique name for the recipe.
|
default java.lang.String |
getVersion()
The identifier for the version for the recipe.
|
java.lang.String getName()
default java.lang.String getVersion()
static CfnJob.RecipeProperty.Builder builder()
CfnJob.RecipeProperty.Builder
of CfnJob.RecipeProperty