Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetFlowAliasResponse.Builder
Packages that use GetFlowAliasResponse.Builder
-
Uses of GetFlowAliasResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetFlowAliasResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.static GetFlowAliasResponse.BuilderGetFlowAliasResponse.builder()default GetFlowAliasResponse.BuilderGetFlowAliasResponse.Builder.concurrencyConfiguration(Consumer<FlowAliasConcurrencyConfiguration.Builder> concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.GetFlowAliasResponse.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.GetFlowAliasResponse.Builder.description(String description) The description of the flow.The unique identifier of the flow that the alias belongs to.The unique identifier of the alias of the flow.The name of the alias.GetFlowAliasResponse.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.GetFlowAliasResponse.Builder.routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains information about the version that the alias is mapped to.GetFlowAliasResponse.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.GetFlowAliasResponse.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 GetFlowAliasResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFlowAliasResponse.Builder>GetFlowAliasResponse.serializableBuilderClass()