| Package | Description |
|---|---|
| com.amazonaws.services.glue.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 transformation action of the recipe step.
|
RecipeAction |
RecipeAction.withOperation(String operation)
The operation of the recipe action.
|
RecipeAction |
RecipeAction.withParameters(Map<String,String> parameters)
The parameters of the recipe action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecipeStep.setAction(RecipeAction action)
The transformation action of the recipe step.
|
RecipeStep |
RecipeStep.withAction(RecipeAction action)
The transformation action of the recipe step.
|
Copyright © 2025. All rights reserved.