| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateRecipeResponse |
DataBrewClient.updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
default CompletableFuture<UpdateRecipeResponse> |
DataBrewAsyncClient.updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)
Modifies the definition of the
LATEST_WORKING version of a DataBrew recipe. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRecipeRequest.Builder |
UpdateRecipeRequest.builder() |
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.description(String description)
A description of the recipe.
|
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.name(String name)
The name of the recipe to be updated.
|
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.steps(Collection<RecipeStep> steps)
One or more steps to be performed by the recipe.
|
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.steps(Consumer<RecipeStep.Builder>... steps)
One or more steps to be performed by the recipe.
|
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.Builder.steps(RecipeStep... steps)
One or more steps to be performed by the recipe.
|
UpdateRecipeRequest.Builder |
UpdateRecipeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRecipeRequest.Builder> |
UpdateRecipeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.