| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
RecipeStep |
RecipeStep.clone() |
RecipeStep |
RecipeStep.withAction(RecipeAction action)
The transformation action of the recipe step.
|
RecipeStep |
RecipeStep.withConditionExpressions(Collection<ConditionExpression> conditionExpressions)
The condition expressions for the recipe step.
|
RecipeStep |
RecipeStep.withConditionExpressions(ConditionExpression... conditionExpressions)
The condition expressions for the recipe step.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipeStep> |
Recipe.getRecipeSteps()
Transform steps used in the recipe node.
|
| Modifier and Type | Method and Description |
|---|---|
Recipe |
Recipe.withRecipeSteps(RecipeStep... recipeSteps)
Transform steps used in the recipe node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recipe.setRecipeSteps(Collection<RecipeStep> recipeSteps)
Transform steps used in the recipe node.
|
Recipe |
Recipe.withRecipeSteps(Collection<RecipeStep> recipeSteps)
Transform steps used in the recipe node.
|
Copyright © 2025. All rights reserved.