Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.PromptVariableValues.Builder
-
Packages that use PromptVariableValues.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of PromptVariableValues.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return PromptVariableValues.Builder Modifier and Type Method Description static PromptVariableValues.BuilderPromptVariableValues. builder()PromptVariableValues.BuilderPromptVariableValues.Builder. text(String text)The text value that the variable maps to.PromptVariableValues.BuilderPromptVariableValues. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type PromptVariableValues.Builder Modifier and Type Method Description static Class<? extends PromptVariableValues.Builder>PromptVariableValues. serializableBuilderClass()
-