| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
RecipeStep |
RecipeStep.clone() |
RecipeStep |
SendProjectSessionActionRequest.getRecipeStep() |
RecipeStep |
RecipeStep.withAction(RecipeAction action)
The particular action to be performed in the recipe step.
|
RecipeStep |
RecipeStep.withConditionExpressions(Collection<ConditionExpression> conditionExpressions)
One or more conditions that must be met for the recipe step to succeed.
|
RecipeStep |
RecipeStep.withConditionExpressions(ConditionExpression... conditionExpressions)
One or more conditions that must be met for the recipe step to succeed.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipeStep> |
Recipe.getSteps()
A list of steps that are defined by the recipe.
|
List<RecipeStep> |
UpdateRecipeRequest.getSteps()
One or more steps to be performed by the recipe.
|
List<RecipeStep> |
DescribeRecipeResult.getSteps()
One or more steps to be performed by the recipe.
|
List<RecipeStep> |
CreateRecipeRequest.getSteps()
An array containing the steps to be performed by the recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendProjectSessionActionRequest.setRecipeStep(RecipeStep recipeStep) |
SendProjectSessionActionRequest |
SendProjectSessionActionRequest.withRecipeStep(RecipeStep recipeStep) |
Recipe |
Recipe.withSteps(RecipeStep... steps)
A list of steps that are defined by the recipe.
|
UpdateRecipeRequest |
UpdateRecipeRequest.withSteps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withSteps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
CreateRecipeRequest |
CreateRecipeRequest.withSteps(RecipeStep... steps)
An array containing the steps to be performed by the recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recipe.setSteps(Collection<RecipeStep> steps)
A list of steps that are defined by the recipe.
|
void |
UpdateRecipeRequest.setSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
void |
DescribeRecipeResult.setSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
void |
CreateRecipeRequest.setSteps(Collection<RecipeStep> steps)
An array containing the steps to be performed by the recipe.
|
Recipe |
Recipe.withSteps(Collection<RecipeStep> steps)
A list of steps that are defined by the recipe.
|
UpdateRecipeRequest |
UpdateRecipeRequest.withSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResult |
DescribeRecipeResult.withSteps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
CreateRecipeRequest |
CreateRecipeRequest.withSteps(Collection<RecipeStep> steps)
An array containing the steps to be performed by the recipe.
|
Copyright © 2024. All rights reserved.