Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentAlias.Builder
Packages that use AgentAlias.Builder
-
Uses of AgentAlias.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentAlias.BuilderModifier and TypeMethodDescriptionAgentAlias.Builder.agentAliasArn(String agentAliasArn) The Amazon Resource Name (ARN) of the alias of the agent.AgentAlias.Builder.agentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents) Contains details about the history of the alias.AgentAlias.Builder.agentAliasHistoryEvents(Consumer<AgentAliasHistoryEvent.Builder>... agentAliasHistoryEvents) Contains details about the history of the alias.AgentAlias.Builder.agentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents) Contains details about the history of the alias.AgentAlias.Builder.agentAliasId(String agentAliasId) The unique identifier of the alias of the agent.AgentAlias.Builder.agentAliasName(String agentAliasName) The name of the alias of the agent.AgentAlias.Builder.agentAliasStatus(String agentAliasStatus) The status of the alias of the agent and whether it is ready for use.AgentAlias.Builder.agentAliasStatus(AgentAliasStatus agentAliasStatus) The status of the alias of the agent and whether it is ready for use.The unique identifier of the agent.AgentAlias.Builder.aliasInvocationState(String aliasInvocationState) The invocation state for the agent alias.AgentAlias.Builder.aliasInvocationState(AliasInvocationState aliasInvocationState) The invocation state for the agent alias.static AgentAlias.BuilderAgentAlias.builder()AgentAlias.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 alias of the agent was created.AgentAlias.Builder.description(String description) The description of the alias of the agent.AgentAlias.Builder.failureReasons(String... failureReasons) Information on the failure of Provisioned Throughput assigned to an agent alias.AgentAlias.Builder.failureReasons(Collection<String> failureReasons) Information on the failure of Provisioned Throughput assigned to an agent alias.AgentAlias.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the routing configuration of the alias.AgentAlias.Builder.routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains details about the routing configuration of the alias.AgentAlias.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the routing configuration of the alias.AgentAlias.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 AgentAlias.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentAlias.Builder>AgentAlias.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentAlias.BuilderModifier and TypeMethodDescriptiondefault CreateAgentAliasResponse.BuilderCreateAgentAliasResponse.Builder.agentAlias(Consumer<AgentAlias.Builder> agentAlias) Contains details about the alias that was created.default GetAgentAliasResponse.BuilderGetAgentAliasResponse.Builder.agentAlias(Consumer<AgentAlias.Builder> agentAlias) Contains information about the alias.default UpdateAgentAliasResponse.BuilderUpdateAgentAliasResponse.Builder.agentAlias(Consumer<AgentAlias.Builder> agentAlias) Contains details about the alias that was updated.