Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.Agent.Builder
Packages that use Agent.Builder
-
Uses of Agent.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return Agent.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the agent.Agent.Builder.agentCollaboration(String agentCollaboration) The agent's collaboration settings.Agent.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration settings.The unique identifier of the agent.The name of the agent.Agent.Builder.agentResourceRoleArn(String agentResourceRoleArn) The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.Agent.Builder.agentStatus(String agentStatus) The status of the agent and whether it is ready for use.Agent.Builder.agentStatus(AgentStatus agentStatus) The status of the agent and whether it is ready for use.Agent.Builder.agentVersion(String agentVersion) The version of the agent.static Agent.BuilderAgent.builder()Agent.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.The time at which the agent was created.Agent.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.default Agent.BuilderAgent.Builder.customOrchestration(Consumer<CustomOrchestration.Builder> customOrchestration) Contains custom orchestration configurations for the agent.Agent.Builder.customOrchestration(CustomOrchestration customOrchestration) Contains custom orchestration configurations for the agent.Agent.Builder.description(String description) The description of the agent.Agent.Builder.failureReasons(String... failureReasons) Contains reasons that the agent-related API that you invoked failed.Agent.Builder.failureReasons(Collection<String> failureReasons) Contains reasons that the agent-related API that you invoked failed.Agent.Builder.foundationModel(String foundationModel) The foundation model used for orchestration by the agent.default Agent.BuilderAgent.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) Details about the guardrail associated with the agent.Agent.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.Agent.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.Agent.Builder.instruction(String instruction) Instructions that tell the agent what it should do and how it should interact with users.default Agent.BuilderAgent.Builder.memoryConfiguration(Consumer<MemoryConfiguration.Builder> memoryConfiguration) Contains memory configuration for the agent.Agent.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Contains memory configuration for the agent.Agent.Builder.orchestrationType(String orchestrationType) Specifies the orchestration strategy for the agent.Agent.Builder.orchestrationType(OrchestrationType orchestrationType) Specifies the orchestration strategy for the agent.Agent.Builder.preparedAt(Instant preparedAt) The time at which the agent was last prepared.default Agent.BuilderAgent.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an agent sequence.Agent.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an agent sequence.Agent.Builder.recommendedActions(String... recommendedActions) Contains recommended actions to take for the agent-related API that you invoked to succeed.Agent.Builder.recommendedActions(Collection<String> recommendedActions) Contains recommended actions to take for the agent-related API that you invoked to succeed.Agent.toBuilder()The time at which the agent was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type Agent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Agent.Builder>Agent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type Agent.BuilderModifier and TypeMethodDescriptiondefault CreateAgentResponse.BuilderCreateAgentResponse.Builder.agent(Consumer<Agent.Builder> agent) Contains details about the agent created.default GetAgentResponse.BuilderGetAgentResponse.Builder.agent(Consumer<Agent.Builder> agent) Contains details about the agent.default UpdateAgentResponse.BuilderUpdateAgentResponse.Builder.agent(Consumer<Agent.Builder> agent) Contains details about the agent that was updated.