| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
RecipeStep |
SendProjectSessionActionRequest.recipeStep()
Returns the value of the RecipeStep property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecipeStep> |
UpdateRecipeRequest.steps()
One or more steps to be performed by the recipe.
|
List<RecipeStep> |
DescribeRecipeResponse.steps()
One or more steps to be performed by the recipe.
|
List<RecipeStep> |
CreateRecipeRequest.steps()
An array containing the steps to be performed by the recipe.
|
List<RecipeStep> |
Recipe.steps()
A list of steps that are defined by the recipe.
|
| Modifier and Type | Method and Description |
|---|---|
SendProjectSessionActionRequest.Builder |
SendProjectSessionActionRequest.Builder.recipeStep(RecipeStep recipeStep)
Sets the value of the RecipeStep property for this object.
|
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.steps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.steps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
CreateRecipeRequest.Builder |
CreateRecipeRequest.Builder.steps(RecipeStep... steps)
An array containing the steps to be performed by the recipe.
|
Recipe.Builder |
Recipe.Builder.steps(RecipeStep... steps)
A list of steps that are defined by the recipe.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.steps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
DescribeRecipeResponse.Builder |
DescribeRecipeResponse.Builder.steps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
CreateRecipeRequest.Builder |
CreateRecipeRequest.Builder.steps(Collection<RecipeStep> steps)
An array containing the steps to be performed by the recipe.
|
Recipe.Builder |
Recipe.Builder.steps(Collection<RecipeStep> steps)
A list of steps that are defined by the recipe.
|
Copyright © 2023. All rights reserved.