Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateAgentAliasRequest.Builder
Packages that use CreateAgentAliasRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateAgentAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateAgentAliasRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.createAgentAlias(Consumer<CreateAgentAliasRequest.Builder> createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent.default CreateAgentAliasResponseBedrockAgentClient.createAgentAlias(Consumer<CreateAgentAliasRequest.Builder> createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent. -
Uses of CreateAgentAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateAgentAliasRequest.BuilderModifier and TypeMethodDescriptionCreateAgentAliasRequest.Builder.agentAliasName(String agentAliasName) The name of the alias.The unique identifier of the agent.CreateAgentAliasRequest.builder()CreateAgentAliasRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateAgentAliasRequest.Builder.description(String description) A description of the alias of the agent.CreateAgentAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateAgentAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateAgentAliasRequest.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the routing configuration of the alias.CreateAgentAliasRequest.Builder.routingConfiguration(Consumer<AgentAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains details about the routing configuration of the alias.CreateAgentAliasRequest.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the routing configuration of the alias.Any tags that you want to attach to the alias of the agent.CreateAgentAliasRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateAgentAliasRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAgentAliasRequest.Builder>CreateAgentAliasRequest.serializableBuilderClass()