| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
RecipeAction |
RecipeAction.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
RecipeAction |
RecipeAction.clearParametersEntries()
Removes all the entries added into Parameters.
|
RecipeAction |
RecipeAction.clone() |
RecipeAction |
RecipeStep.getAction()
The particular action to be performed in the recipe step.
|
RecipeAction |
RecipeAction.withOperation(String operation)
The name of a valid DataBrew transformation to be performed on the data.
|
RecipeAction |
RecipeAction.withParameters(Map<String,String> parameters)
Contextual parameters for the transformation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecipeStep.setAction(RecipeAction action)
The particular action to be performed in the recipe step.
|
RecipeStep |
RecipeStep.withAction(RecipeAction action)
The particular action to be performed in the recipe step.
|
Copyright © 2024. All rights reserved.