Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptAgentResource.Builder
-
Packages that use PromptAgentResource.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptAgentResource.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptAgentResource.Builder Modifier and Type Method Description PromptAgentResource.BuilderPromptAgentResource.Builder. agentIdentifier(String agentIdentifier)The ARN of the agent with which to use the prompt.static PromptAgentResource.BuilderPromptAgentResource. builder()PromptAgentResource.BuilderPromptAgentResource. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptAgentResource.Builder Modifier and Type Method Description static Class<? extends PromptAgentResource.Builder>PromptAgentResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptAgentResource.Builder Modifier and Type Method Description default 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.
-