public static final class CfnRecipe.ActionProperty.Builder
extends java.lang.Object
CfnRecipe.ActionProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRecipe.ActionProperty |
build()
Builds the configured instance.
|
CfnRecipe.ActionProperty.Builder |
operation(java.lang.String operation)
Sets the value of
CfnRecipe.ActionProperty.getOperation() |
CfnRecipe.ActionProperty.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnRecipe.ActionProperty.getParameters() |
CfnRecipe.ActionProperty.Builder |
parameters(java.util.Map<java.lang.String,java.lang.String> parameters)
Sets the value of
CfnRecipe.ActionProperty.getParameters() |
public CfnRecipe.ActionProperty.Builder operation(java.lang.String operation)
CfnRecipe.ActionProperty.getOperation()
operation
- The name of a valid DataBrew transformation to be performed on the data. This parameter is required.this
public CfnRecipe.ActionProperty.Builder parameters(IResolvable parameters)
CfnRecipe.ActionProperty.getParameters()
parameters
- Contextual parameters for the transformation.this
public CfnRecipe.ActionProperty.Builder parameters(java.util.Map<java.lang.String,java.lang.String> parameters)
CfnRecipe.ActionProperty.getParameters()
parameters
- Contextual parameters for the transformation.this
public CfnRecipe.ActionProperty build()
CfnRecipe.ActionProperty
java.lang.NullPointerException
- if any required attribute was not provided