Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentAliasSummary.Builder
Packages that use AgentAliasSummary.Builder
-
Uses of AgentAliasSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentAliasSummary.BuilderModifier and TypeMethodDescriptionAgentAliasSummary.Builder.agentAliasId(String agentAliasId) Contains details aboutAgentAliasSummary.Builder.agentAliasName(String agentAliasName) The name of the alias.AgentAliasSummary.Builder.agentAliasStatus(String agentAliasStatus) The status of the alias.AgentAliasSummary.Builder.agentAliasStatus(AgentAliasStatus agentAliasStatus) The status of the alias.AgentAliasSummary.Builder.aliasInvocationState(String aliasInvocationState) The invocation state for the agent alias.AgentAliasSummary.Builder.aliasInvocationState(AliasInvocationState aliasInvocationState) The invocation state for the agent alias.static AgentAliasSummary.BuilderAgentAliasSummary.builder()The time at which the alias of the agent was created.AgentAliasSummary.Builder.description(String description) The description of the alias.AgentAliasSummary.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.Builder.routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.toBuilder()The time at which the alias was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentAliasSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentAliasSummary.Builder>AgentAliasSummary.serializableBuilderClass()