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