Uses of Interface
software.amazon.awssdk.services.databrew.model.RecipeAction.Builder
-
Packages that use RecipeAction.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of RecipeAction.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return RecipeAction.Builder Modifier and Type Method Description static RecipeAction.BuilderRecipeAction. builder()RecipeAction.BuilderRecipeAction.Builder. operation(String operation)The name of a valid DataBrew transformation to be performed on the data.RecipeAction.BuilderRecipeAction.Builder. parameters(Map<String,String> parameters)Contextual parameters for the transformation.RecipeAction.BuilderRecipeAction. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type RecipeAction.Builder Modifier and Type Method Description static Class<? extends RecipeAction.Builder>RecipeAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type RecipeAction.Builder Modifier and Type Method Description default RecipeStep.BuilderRecipeStep.Builder. action(Consumer<RecipeAction.Builder> action)The particular action to be performed in the recipe step.
-