Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateFlowAliasResponse.Builder
Packages that use CreateFlowAliasResponse.Builder
-
Uses of CreateFlowAliasResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateFlowAliasResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the alias.CreateFlowAliasResponse.builder()default CreateFlowAliasResponse.BuilderCreateFlowAliasResponse.Builder.concurrencyConfiguration(Consumer<FlowAliasConcurrencyConfiguration.Builder> concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.CreateFlowAliasResponse.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.The time at which the alias was created.CreateFlowAliasResponse.Builder.description(String description) The description of the alias.The unique identifier of the flow that the alias belongs to.The unique identifier of the alias.The name of the alias.CreateFlowAliasResponse.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.CreateFlowAliasResponse.Builder.routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains information about the version that the alias is mapped to.CreateFlowAliasResponse.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.CreateFlowAliasResponse.toBuilder()The time at which the alias of the flow was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateFlowAliasResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFlowAliasResponse.Builder>CreateFlowAliasResponse.serializableBuilderClass()