Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentSummary.Builder
Packages that use AgentSummary.Builder
-
Uses of AgentSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentSummary.BuilderModifier and TypeMethodDescriptionThe unique identifier of the agent.The name of the agent.AgentSummary.Builder.agentStatus(String agentStatus) The status of the agent.AgentSummary.Builder.agentStatus(AgentStatus agentStatus) The status of the agent.static AgentSummary.BuilderAgentSummary.builder()AgentSummary.Builder.description(String description) The description of the agent.default AgentSummary.BuilderAgentSummary.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) Details about the guardrail associated with the agent.AgentSummary.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.AgentSummary.Builder.latestAgentVersion(String latestAgentVersion) The latest version of the agent.AgentSummary.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 AgentSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentSummary.Builder>AgentSummary.serializableBuilderClass()