Uses of Class
software.amazon.awscdk.services.bedrock.alpha.CommonPromptVariantProps.Builder
Packages that use CommonPromptVariantProps.Builder
-
Uses of CommonPromptVariantProps.Builder in software.amazon.awscdk.services.bedrock.alpha
Methods in software.amazon.awscdk.services.bedrock.alpha that return CommonPromptVariantProps.BuilderModifier and TypeMethodDescriptionCommonPromptVariantProps.builder()
CommonPromptVariantProps.Builder.model
(IBedrockInvokable model) Sets the value ofCommonPromptVariantProps.getModel()
CommonPromptVariantProps.Builder.promptVariables
(List<String> promptVariables) Sets the value ofCommonPromptVariantProps.getPromptVariables()
CommonPromptVariantProps.Builder.variantName
(String variantName) Sets the value ofCommonPromptVariantProps.getVariantName()
Constructors in software.amazon.awscdk.services.bedrock.alpha with parameters of type CommonPromptVariantProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCommonPromptVariantProps.Builder
.