Interface CfnJobPropsMixin.RecipeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJobPropsMixin.RecipeProperty.Jsii$Proxy
- Enclosing class:
CfnJobPropsMixin
@Stability(Stable)
public static interface CfnJobPropsMixin.RecipeProperty
extends software.amazon.jsii.JsiiSerializable
Represents one or more actions to be performed on a DataBrew dataset.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.databrew.*;
RecipeProperty recipeProperty = RecipeProperty.builder()
.name("name")
.version("version")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnJobPropsMixin.RecipePropertystatic final classAn implementation forCfnJobPropsMixin.RecipeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The unique name for the recipe.- See Also:
-
getVersion
The identifier for the version for the recipe.- See Also:
-
builder
-