Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentAliasRequest.Builder
Packages that use UpdateAgentAliasRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateAgentAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateAgentAliasRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateAgentAlias(Consumer<UpdateAgentAliasRequest.Builder> updateAgentAliasRequest) Updates configurations for an alias of an agent.default UpdateAgentAliasResponseBedrockAgentClient.updateAgentAlias(Consumer<UpdateAgentAliasRequest.Builder> updateAgentAliasRequest) Updates configurations for an alias of an agent. -
Uses of UpdateAgentAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateAgentAliasRequest.BuilderModifier and TypeMethodDescriptionUpdateAgentAliasRequest.Builder.agentAliasId(String agentAliasId) The unique identifier of the alias.UpdateAgentAliasRequest.Builder.agentAliasName(String agentAliasName) Specifies a new name for the alias.The unique identifier of the agent.UpdateAgentAliasRequest.Builder.aliasInvocationState(String aliasInvocationState) The invocation state for the agent alias.UpdateAgentAliasRequest.Builder.aliasInvocationState(AliasInvocationState aliasInvocationState) The invocation state for the agent alias.UpdateAgentAliasRequest.builder()UpdateAgentAliasRequest.Builder.description(String description) Specifies a new description for the alias.UpdateAgentAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAgentAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateAgentAliasRequest.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.Builder.routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateAgentAliasRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAgentAliasRequest.Builder>UpdateAgentAliasRequest.serializableBuilderClass()