Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.TextPromptTemplateConfiguration.Builder
Packages that use TextPromptTemplateConfiguration.Builder
-
Uses of TextPromptTemplateConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return TextPromptTemplateConfiguration.BuilderModifier and TypeMethodDescriptionTextPromptTemplateConfiguration.builder()TextPromptTemplateConfiguration.Builder.cachePoint(Consumer<CachePointBlock.Builder> cachePoint) A cache checkpoint within a template configuration.TextPromptTemplateConfiguration.Builder.cachePoint(CachePointBlock cachePoint) A cache checkpoint within a template configuration.TextPromptTemplateConfiguration.Builder.inputVariables(Collection<PromptInputVariable> inputVariables) An array of the variables in the prompt template.TextPromptTemplateConfiguration.Builder.inputVariables(Consumer<PromptInputVariable.Builder>... inputVariables) An array of the variables in the prompt template.TextPromptTemplateConfiguration.Builder.inputVariables(PromptInputVariable... inputVariables) An array of the variables in the prompt template.The message for the prompt.TextPromptTemplateConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type TextPromptTemplateConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TextPromptTemplateConfiguration.Builder>TextPromptTemplateConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type TextPromptTemplateConfiguration.BuilderModifier and TypeMethodDescriptionstatic PromptTemplateConfigurationPromptTemplateConfiguration.fromText(Consumer<TextPromptTemplateConfiguration.Builder> text) Create an instance of this class withPromptTemplateConfiguration.text()initialized to the given value.PromptTemplateConfiguration.Builder.text(Consumer<TextPromptTemplateConfiguration.Builder> text) Contains configurations for the text in a message for a prompt.