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