| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Recipe |
Recipe.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Recipe |
Recipe.clearTagsEntries()
Removes all the entries added into Tags.
|
Recipe |
Recipe.clone() |
Recipe |
Recipe.withCreateDate(Date createDate)
The date and time that the recipe was created.
|
Recipe |
Recipe.withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who created the recipe.
|
Recipe |
Recipe.withDescription(String description)
The description of the recipe.
|
Recipe |
Recipe.withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the recipe.
|
Recipe |
Recipe.withLastModifiedDate(Date lastModifiedDate)
The last modification date and time of the recipe.
|
Recipe |
Recipe.withName(String name)
The unique name for the recipe.
|
Recipe |
Recipe.withProjectName(String projectName)
The name of the project that the recipe is associated with.
|
Recipe |
Recipe.withPublishedBy(String publishedBy)
The Amazon Resource Name (ARN) of the user who published the recipe.
|
Recipe |
Recipe.withPublishedDate(Date publishedDate)
The date and time when the recipe was published.
|
Recipe |
Recipe.withRecipeVersion(String recipeVersion)
The identifier for the version for the recipe.
|
Recipe |
Recipe.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the recipe.
|
Recipe |
Recipe.withSteps(Collection<RecipeStep> steps)
A list of steps that are defined by the recipe.
|
Recipe |
Recipe.withSteps(RecipeStep... steps)
A list of steps that are defined by the recipe.
|
Recipe |
Recipe.withTags(Map<String,String> tags)
Metadata tags that have been applied to the recipe.
|
| Modifier and Type | Method and Description |
|---|---|
List<Recipe> |
ListRecipesResult.getRecipes()
A list of recipes that are defined.
|
List<Recipe> |
ListRecipeVersionsResult.getRecipes()
A list of versions for the specified recipe.
|
| Modifier and Type | Method and Description |
|---|---|
ListRecipesResult |
ListRecipesResult.withRecipes(Recipe... recipes)
A list of recipes that are defined.
|
ListRecipeVersionsResult |
ListRecipeVersionsResult.withRecipes(Recipe... recipes)
A list of versions for the specified recipe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRecipesResult.setRecipes(Collection<Recipe> recipes)
A list of recipes that are defined.
|
void |
ListRecipeVersionsResult.setRecipes(Collection<Recipe> recipes)
A list of versions for the specified recipe.
|
ListRecipesResult |
ListRecipesResult.withRecipes(Collection<Recipe> recipes)
A list of recipes that are defined.
|
ListRecipeVersionsResult |
ListRecipeVersionsResult.withRecipes(Collection<Recipe> recipes)
A list of versions for the specified recipe.
|
Copyright © 2023. All rights reserved.