Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentVersion.Builder
Packages that use AgentVersion.Builder
-
Uses of AgentVersion.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentVersion.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the agent that the version belongs to.AgentVersion.Builder.agentCollaboration(String agentCollaboration) The agent's collaboration settings.AgentVersion.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration settings.The unique identifier of the agent that the version belongs to.The name of the agent that the version belongs to.AgentVersion.Builder.agentResourceRoleArn(String agentResourceRoleArn) The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.AgentVersion.Builder.agentStatus(String agentStatus) The status of the agent that the version belongs to.AgentVersion.Builder.agentStatus(AgentStatus agentStatus) The status of the agent that the version belongs to.static AgentVersion.BuilderAgentVersion.builder()The time at which the version was created.AgentVersion.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.AgentVersion.Builder.description(String description) The description of the version.AgentVersion.Builder.failureReasons(String... failureReasons) A list of reasons that the API operation on the version failed.AgentVersion.Builder.failureReasons(Collection<String> failureReasons) A list of reasons that the API operation on the version failed.AgentVersion.Builder.foundationModel(String foundationModel) The foundation model that the version invokes.default AgentVersion.BuilderAgentVersion.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) Details about the guardrail associated with the agent.AgentVersion.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.AgentVersion.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.AgentVersion.Builder.instruction(String instruction) The instructions provided to the agent.default AgentVersion.BuilderAgentVersion.Builder.memoryConfiguration(Consumer<MemoryConfiguration.Builder> memoryConfiguration) Contains details of the memory configuration on the version of the agent.AgentVersion.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Contains details of the memory configuration on the version of the agent.default AgentVersion.BuilderAgentVersion.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an agent sequence.AgentVersion.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Contains configurations to override prompt templates in different parts of an agent sequence.AgentVersion.Builder.recommendedActions(String... recommendedActions) A list of recommended actions to take for the failed API operation on the version to succeed.AgentVersion.Builder.recommendedActions(Collection<String> recommendedActions) A list of recommended actions to take for the failed API operation on the version to succeed.AgentVersion.toBuilder()The time at which the version was last updated.The version number.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentVersion.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentVersion.Builder>AgentVersion.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentVersion.BuilderModifier and TypeMethodDescriptiondefault GetAgentVersionResponse.BuilderGetAgentVersionResponse.Builder.agentVersion(Consumer<AgentVersion.Builder> agentVersion) Contains details about the version of the agent.