Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.UpdateBlueprintResponse.Builder
-
Packages that use UpdateBlueprintResponse.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of UpdateBlueprintResponse.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return UpdateBlueprintResponse.Builder Modifier and Type Method Description default UpdateBlueprintResponse.BuilderUpdateBlueprintResponse.Builder. blueprint(Consumer<Blueprint.Builder> blueprint)Sets the value of the Blueprint property for this object.UpdateBlueprintResponse.BuilderUpdateBlueprintResponse.Builder. blueprint(Blueprint blueprint)Sets the value of the Blueprint property for this object.static UpdateBlueprintResponse.BuilderUpdateBlueprintResponse. builder()UpdateBlueprintResponse.BuilderUpdateBlueprintResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type UpdateBlueprintResponse.Builder Modifier and Type Method Description static Class<? extends UpdateBlueprintResponse.Builder>UpdateBlueprintResponse. serializableBuilderClass()
-