Uses of Class
software.amazon.awscdk.services.bedrock.alpha.PromptProps.Builder
Packages that use PromptProps.Builder
-
Uses of PromptProps.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return PromptProps.BuilderModifier and TypeMethodDescriptionstatic PromptProps.Builder
PromptProps.builder()
PromptProps.Builder.defaultVariant
(IPromptVariant defaultVariant) Sets the value ofPromptProps.getDefaultVariant()
PromptProps.Builder.description
(String description) Sets the value ofPromptProps.getDescription()
Sets the value ofPromptProps.getKmsKey()
PromptProps.Builder.promptName
(String promptName) Sets the value ofPromptProps.getPromptName()
Sets the value ofPromptProps.getTags()
PromptProps.Builder.variants
(List<? extends IPromptVariant> variants) Sets the value ofPromptProps.getVariants()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type PromptProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(PromptProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePromptProps.Builder
.