Interface RecipeAction.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RecipeAction.Builder,,RecipeAction> SdkBuilder<RecipeAction.Builder,,RecipeAction> SdkPojo
- Enclosing class:
 RecipeAction
public static interface RecipeAction.Builder
extends SdkPojo, CopyableBuilder<RecipeAction.Builder,RecipeAction> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of a valid DataBrew transformation to be performed on the data.parameters(Map<String, String> parameters) Contextual parameters for the transformation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
operation
The name of a valid DataBrew transformation to be performed on the data.
- Parameters:
 operation- The name of a valid DataBrew transformation to be performed on the data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameters
Contextual parameters for the transformation.
- Parameters:
 parameters- Contextual parameters for the transformation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -