Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateFlowAliasRequest.Builder
Packages that use UpdateFlowAliasRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateFlowAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateFlowAliasRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateFlowAliasResponse>BedrockAgentAsyncClient.updateFlowAlias(Consumer<UpdateFlowAliasRequest.Builder> updateFlowAliasRequest) Modifies the alias of a flow.default UpdateFlowAliasResponseBedrockAgentClient.updateFlowAlias(Consumer<UpdateFlowAliasRequest.Builder> updateFlowAliasRequest) Modifies the alias of a flow. -
Uses of UpdateFlowAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateFlowAliasRequest.BuilderModifier and TypeMethodDescriptionUpdateFlowAliasRequest.Builder.aliasIdentifier(String aliasIdentifier) The unique identifier of the alias.UpdateFlowAliasRequest.builder()default UpdateFlowAliasRequest.BuilderUpdateFlowAliasRequest.Builder.concurrencyConfiguration(Consumer<FlowAliasConcurrencyConfiguration.Builder> concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.UpdateFlowAliasRequest.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.UpdateFlowAliasRequest.Builder.description(String description) A description for the alias.UpdateFlowAliasRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.The name of the alias.UpdateFlowAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateFlowAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateFlowAliasRequest.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version to which to map the alias.UpdateFlowAliasRequest.Builder.routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains information about the version to which to map the alias.UpdateFlowAliasRequest.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version to which to map the alias.UpdateFlowAliasRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateFlowAliasRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateFlowAliasRequest.Builder>UpdateFlowAliasRequest.serializableBuilderClass()