Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.Blueprint
-
Packages that use Blueprint Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of Blueprint in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return Blueprint Modifier and Type Method Description BlueprintCreateBlueprintResponse. blueprint()Returns the value of the Blueprint property for this object.BlueprintCreateBlueprintVersionResponse. blueprint()Returns the value of the Blueprint property for this object.BlueprintGetBlueprintResponse. blueprint()Returns the value of the Blueprint property for this object.BlueprintUpdateBlueprintResponse. blueprint()Returns the value of the Blueprint property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type Blueprint Modifier and Type Method Description CreateBlueprintResponse.BuilderCreateBlueprintResponse.Builder. blueprint(Blueprint blueprint)Sets the value of the Blueprint property for this object.CreateBlueprintVersionResponse.BuilderCreateBlueprintVersionResponse.Builder. blueprint(Blueprint blueprint)Sets the value of the Blueprint property for this object.GetBlueprintResponse.BuilderGetBlueprintResponse.Builder. blueprint(Blueprint 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.
-