Interface FlowAliasRoutingConfigurationListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlowAliasRoutingConfigurationListItem.Builder,
,FlowAliasRoutingConfigurationListItem> SdkBuilder<FlowAliasRoutingConfigurationListItem.Builder,
,FlowAliasRoutingConfigurationListItem> SdkPojo
- Enclosing class:
FlowAliasRoutingConfigurationListItem
@Mutable
@NotThreadSafe
public static interface FlowAliasRoutingConfigurationListItem.Builder
extends SdkPojo, CopyableBuilder<FlowAliasRoutingConfigurationListItem.Builder,FlowAliasRoutingConfigurationListItem>
-
Method Summary
Modifier and TypeMethodDescriptionflowVersion
(String flowVersion) The version that the alias maps to.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
-
Method Details
-
flowVersion
The version that the alias maps to.
- Parameters:
flowVersion
- The version that the alias maps to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-