Interface UpdateFlowAliasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentResponse.Builder
,Buildable
,CopyableBuilder<UpdateFlowAliasResponse.Builder,
,UpdateFlowAliasResponse> SdkBuilder<UpdateFlowAliasResponse.Builder,
,UpdateFlowAliasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateFlowAliasResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.default UpdateFlowAliasResponse.Builder
concurrencyConfiguration
(Consumer<FlowAliasConcurrencyConfiguration.Builder> concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.concurrencyConfiguration
(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.The time at which the flow was created.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.routingConfiguration
(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.routingConfiguration
(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains information about the version that the alias is mapped to.routingConfiguration
(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.The time at which the alias was last updated.Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the flow.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
concurrencyConfiguration
UpdateFlowAliasResponse.Builder concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.
- Parameters:
concurrencyConfiguration
- The configuration that specifies how nodes in the flow are executed in parallel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
concurrencyConfiguration
default UpdateFlowAliasResponse.Builder concurrencyConfiguration(Consumer<FlowAliasConcurrencyConfiguration.Builder> concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.
This is a convenience method that creates an instance of theFlowAliasConcurrencyConfiguration.Builder
avoiding the need to create one manually viaFlowAliasConcurrencyConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconcurrencyConfiguration(FlowAliasConcurrencyConfiguration)
.- Parameters:
concurrencyConfiguration
- a consumer that will call methods onFlowAliasConcurrencyConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The time at which the flow was created.
- Parameters:
createdAt
- The time at which the flow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the flow.
- Parameters:
description
- The description of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
The unique identifier of the flow.
- Parameters:
flowId
- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the alias.
- Parameters:
id
- The unique identifier of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the alias.
- Parameters:
name
- The name of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
UpdateFlowAliasResponse.Builder routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.
- Parameters:
routingConfiguration
- Contains information about the version that the alias is mapped to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
UpdateFlowAliasResponse.Builder routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.
- Parameters:
routingConfiguration
- Contains information about the version that the alias is mapped to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
UpdateFlowAliasResponse.Builder routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration) Contains information about the version that the alias is mapped to.
This is a convenience method that creates an instance of theFlowAliasRoutingConfigurationListItem.Builder
avoiding the need to create one manually viaFlowAliasRoutingConfigurationListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toroutingConfiguration(List<FlowAliasRoutingConfigurationListItem>)
.- Parameters:
routingConfiguration
- a consumer that will call methods onFlowAliasRoutingConfigurationListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time at which the alias was last updated.
- Parameters:
updatedAt
- The time at which the alias was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-