Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptAgentResource.Builder
Packages that use PromptAgentResource.Builder
-
Uses of PromptAgentResource.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptAgentResource.BuilderModifier and TypeMethodDescriptionPromptAgentResource.Builder.agentIdentifier(String agentIdentifier) The ARN of the agent with which to use the prompt.static PromptAgentResource.BuilderPromptAgentResource.builder()PromptAgentResource.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptAgentResource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromptAgentResource.Builder>PromptAgentResource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptAgentResource.BuilderModifier and TypeMethodDescriptiondefault PromptGenAiResource.BuilderPromptGenAiResource.Builder.agent(Consumer<PromptAgentResource.Builder> agent) Specifies an Amazon Bedrock agent with which to use the prompt.static PromptGenAiResourcePromptGenAiResource.fromAgent(Consumer<PromptAgentResource.Builder> agent) Create an instance of this class withPromptGenAiResource.agent()initialized to the given value.