Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.BlueprintItem
-
Packages that use BlueprintItem Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of BlueprintItem in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type BlueprintItem Modifier and Type Method Description List<BlueprintItem>CustomOutputConfiguration. blueprints()Returns the value of the Blueprints property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type BlueprintItem Modifier and Type Method Description CustomOutputConfiguration.BuilderCustomOutputConfiguration.Builder. blueprints(BlueprintItem... blueprints)Sets the value of the Blueprints property for this object.Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type BlueprintItem Modifier and Type Method Description CustomOutputConfiguration.BuilderCustomOutputConfiguration.Builder. blueprints(Collection<BlueprintItem> blueprints)Sets the value of the Blueprints property for this object.
-