Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InputPrompt.Builder
Packages that use InputPrompt.Builder
-
Uses of InputPrompt.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InputPrompt.BuilderModifier and TypeMethodDescriptionstatic InputPrompt.BuilderInputPrompt.builder()default InputPrompt.BuilderInputPrompt.Builder.textPrompt(Consumer<TextPrompt.Builder> textPrompt) Contains information about the text prompt to optimize.InputPrompt.Builder.textPrompt(TextPrompt textPrompt) Contains information about the text prompt to optimize.InputPrompt.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InputPrompt.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InputPrompt.Builder>InputPrompt.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InputPrompt.BuilderModifier and TypeMethodDescriptiondefault OptimizePromptRequest.BuilderOptimizePromptRequest.Builder.input(Consumer<InputPrompt.Builder> input) Contains the prompt to optimize.