Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowAliasSummary.Builder
Packages that use FlowAliasSummary.Builder
-
Uses of FlowAliasSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowAliasSummary.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the alias.static FlowAliasSummary.BuilderFlowAliasSummary.builder()default FlowAliasSummary.BuilderFlowAliasSummary.Builder.concurrencyConfiguration(Consumer<FlowAliasConcurrencyConfiguration.Builder> concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.FlowAliasSummary.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.The time at which the alias was created.FlowAliasSummary.Builder.description(String description) A description of the alias.The unique identifier of the flow.The unique identifier of the alias of the flow.The name of the alias.FlowAliasSummary.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) A list of configurations about the versions that the alias maps to.FlowAliasSummary.Builder.routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) A list of configurations about the versions that the alias maps to.FlowAliasSummary.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) A list of configurations about the versions that the alias maps to.FlowAliasSummary.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 FlowAliasSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowAliasSummary.Builder>FlowAliasSummary.serializableBuilderClass()