Uses of Interface
software.amazon.awssdk.services.databrew.model.UpdateRecipeResponse.Builder
-
Packages that use UpdateRecipeResponse.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of UpdateRecipeResponse.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return UpdateRecipeResponse.Builder Modifier and Type Method Description static UpdateRecipeResponse.BuilderUpdateRecipeResponse. builder()UpdateRecipeResponse.BuilderUpdateRecipeResponse.Builder. name(String name)The name of the recipe that was updated.UpdateRecipeResponse.BuilderUpdateRecipeResponse. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type UpdateRecipeResponse.Builder Modifier and Type Method Description static Class<? extends UpdateRecipeResponse.Builder>UpdateRecipeResponse. serializableBuilderClass()
-