public static interface RecipeAction.Builder extends SdkPojo, CopyableBuilder<RecipeAction.Builder,RecipeAction>
| Modifier and Type | Method and Description |
|---|---|
RecipeAction.Builder |
operation(String operation)
The name of a valid DataBrew transformation to be performed on the data.
|
RecipeAction.Builder |
parameters(Map<String,String> parameters)
Contextual parameters for the transformation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecipeAction.Builder operation(String operation)
The name of a valid DataBrew transformation to be performed on the data.
operation - The name of a valid DataBrew transformation to be performed on the data.RecipeAction.Builder parameters(Map<String,String> parameters)
Contextual parameters for the transformation.
parameters - Contextual parameters for the transformation.Copyright © 2023. All rights reserved.