Uses of Interface
software.amazon.awssdk.services.databrew.model.UpdateRecipeRequest.Builder
-
Packages that use UpdateRecipeRequest.Builder Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service.software.amazon.awssdk.services.databrew.model -
-
Uses of UpdateRecipeRequest.Builder in software.amazon.awssdk.services.databrew
Method parameters in software.amazon.awssdk.services.databrew with type arguments of type UpdateRecipeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateRecipeResponse>DataBrewAsyncClient. updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)Modifies the definition of theLATEST_WORKINGversion of a DataBrew recipe.default UpdateRecipeResponseDataBrewClient. updateRecipe(Consumer<UpdateRecipeRequest.Builder> updateRecipeRequest)Modifies the definition of theLATEST_WORKINGversion of a DataBrew recipe. -
Uses of UpdateRecipeRequest.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return UpdateRecipeRequest.Builder Modifier and Type Method Description static UpdateRecipeRequest.BuilderUpdateRecipeRequest. builder()UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. description(String description)A description of the recipe.UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. name(String name)The name of the recipe to be updated.UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. steps(Collection<RecipeStep> steps)One or more steps to be performed by the recipe.UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. steps(Consumer<RecipeStep.Builder>... steps)One or more steps to be performed by the recipe.UpdateRecipeRequest.BuilderUpdateRecipeRequest.Builder. steps(RecipeStep... steps)One or more steps to be performed by the recipe.UpdateRecipeRequest.BuilderUpdateRecipeRequest. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type UpdateRecipeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateRecipeRequest.Builder>UpdateRecipeRequest. serializableBuilderClass()
-