Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentVersionSummary.Builder
Packages that use AgentVersionSummary.Builder
-
Uses of AgentVersionSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentVersionSummary.BuilderModifier and TypeMethodDescriptionThe name of the agent to which the version belongs.AgentVersionSummary.Builder.agentStatus(String agentStatus) The status of the agent to which the version belongs.AgentVersionSummary.Builder.agentStatus(AgentStatus agentStatus) The status of the agent to which the version belongs.AgentVersionSummary.Builder.agentVersion(String agentVersion) The version of the agent.static AgentVersionSummary.BuilderAgentVersionSummary.builder()The time at which the version was created.AgentVersionSummary.Builder.description(String description) The description of the version of the agent.default AgentVersionSummary.BuilderAgentVersionSummary.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) Details about the guardrail associated with the agent.AgentVersionSummary.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.AgentVersionSummary.toBuilder()The time at which the version was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentVersionSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentVersionSummary.Builder>AgentVersionSummary.serializableBuilderClass()