Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateFlowAliasRequest.Builder
Packages that use CreateFlowAliasRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateFlowAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateFlowAliasRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFlowAliasResponse>BedrockAgentAsyncClient.createFlowAlias(Consumer<CreateFlowAliasRequest.Builder> createFlowAliasRequest) Creates an alias of a flow for deployment.default CreateFlowAliasResponseBedrockAgentClient.createFlowAlias(Consumer<CreateFlowAliasRequest.Builder> createFlowAliasRequest) Creates an alias of a flow for deployment. -
Uses of CreateFlowAliasRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateFlowAliasRequest.BuilderModifier and TypeMethodDescriptionCreateFlowAliasRequest.builder()CreateFlowAliasRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.default CreateFlowAliasRequest.BuilderCreateFlowAliasRequest.Builder.concurrencyConfiguration(Consumer<FlowAliasConcurrencyConfiguration.Builder> concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.CreateFlowAliasRequest.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.CreateFlowAliasRequest.Builder.description(String description) A description for the alias.CreateFlowAliasRequest.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow for which to create an alias.A name for the alias.CreateFlowAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateFlowAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateFlowAliasRequest.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version to which to map the alias.CreateFlowAliasRequest.Builder.routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains information about the version to which to map the alias.CreateFlowAliasRequest.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version to which to map the alias.Any tags that you want to attach to the alias of the flow.CreateFlowAliasRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateFlowAliasRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFlowAliasRequest.Builder>CreateFlowAliasRequest.serializableBuilderClass()