Interface UpdateFlowAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<UpdateFlowAliasRequest.Builder,UpdateFlowAliasRequest>,SdkBuilder<UpdateFlowAliasRequest.Builder,UpdateFlowAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFlowAliasRequest
public static interface UpdateFlowAliasRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlowAliasRequest.Builder,UpdateFlowAliasRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
aliasIdentifier
UpdateFlowAliasRequest.Builder aliasIdentifier(String aliasIdentifier)
The unique identifier of the alias.
- Parameters:
aliasIdentifier- The unique identifier of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateFlowAliasRequest.Builder description(String description)
A description for the alias.
- Parameters:
description- A description for the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowIdentifier
UpdateFlowAliasRequest.Builder flowIdentifier(String flowIdentifier)
The unique identifier of the flow.
- Parameters:
flowIdentifier- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateFlowAliasRequest.Builder name(String 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
UpdateFlowAliasRequest.Builder routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version to which to map the alias.
- Parameters:
routingConfiguration- Contains information about the version to which to map the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
UpdateFlowAliasRequest.Builder routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version to which to map the alias.
- Parameters:
routingConfiguration- Contains information about the version to which to map the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingConfiguration
UpdateFlowAliasRequest.Builder routingConfiguration(Consumer<FlowAliasRoutingConfigurationListItem.Builder>... routingConfiguration)
Contains information about the version to which to map the alias.
This is a convenience method that creates an instance of theFlowAliasRoutingConfigurationListItem.Builderavoiding the need to create one manually viaFlowAliasRoutingConfigurationListItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#routingConfiguration(List.) - 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:
#routingConfiguration(java.util.Collection)
-
overrideConfiguration
UpdateFlowAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFlowAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-