Class CfnRecipePropsMixin.ActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnRecipePropsMixin.ActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRecipePropsMixin.ActionProperty>
- Enclosing interface:
CfnRecipePropsMixin.ActionProperty
@Stability(Stable)
public static final class CfnRecipePropsMixin.ActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRecipePropsMixin.ActionProperty>
A builder for
CfnRecipePropsMixin.ActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRecipePropsMixin.ActionProperty.getOperation()parameters(Map<String, String> parameters) Sets the value ofCfnRecipePropsMixin.ActionProperty.getParameters()parameters(IResolvable parameters) Sets the value ofCfnRecipePropsMixin.ActionProperty.getParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
operation
Sets the value ofCfnRecipePropsMixin.ActionProperty.getOperation()- Parameters:
operation- The name of a valid DataBrew transformation to be performed on the data.- Returns:
this
-
parameters
@Stability(Stable) public CfnRecipePropsMixin.ActionProperty.Builder parameters(Map<String, String> parameters) Sets the value ofCfnRecipePropsMixin.ActionProperty.getParameters()- Parameters:
parameters- Contextual parameters for the transformation.- Returns:
this
-
parameters
@Stability(Stable) public CfnRecipePropsMixin.ActionProperty.Builder parameters(IResolvable parameters) Sets the value ofCfnRecipePropsMixin.ActionProperty.getParameters()- Parameters:
parameters- Contextual parameters for the transformation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRecipePropsMixin.ActionProperty>- Returns:
- a new instance of
CfnRecipePropsMixin.ActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-