public static interface CfnRecipe.ActionProperty
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.*; ActionProperty actionProperty = ActionProperty.builder() .operation("operation") // the properties below are optional .parameters(Map.of( "parametersKey", "parameters")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRecipe.ActionProperty.Builder
A builder for
CfnRecipe.ActionProperty |
static class |
CfnRecipe.ActionProperty.Jsii$Proxy
An implementation for
CfnRecipe.ActionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRecipe.ActionProperty.Builder |
builder() |
java.lang.String |
getOperation()
The name of a valid DataBrew transformation to be performed on the data.
|
default java.lang.Object |
getParameters()
Contextual parameters for the transformation.
|
java.lang.String getOperation()
default java.lang.Object getParameters()
static CfnRecipe.ActionProperty.Builder builder()
CfnRecipe.ActionProperty.Builder
of CfnRecipe.ActionProperty