Interface NetworkInterfaceCount.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NetworkInterfaceCount.Builder,,- NetworkInterfaceCount> - SdkBuilder<NetworkInterfaceCount.Builder,,- NetworkInterfaceCount> - SdkPojo
- Enclosing class:
- NetworkInterfaceCount
@Mutable
@NotThreadSafe
public static interface NetworkInterfaceCount.Builder
extends SdkPojo, CopyableBuilder<NetworkInterfaceCount.Builder,NetworkInterfaceCount> 
- 
Method SummaryModifier and TypeMethodDescriptionThe maximum number of network interfaces.The minimum number of network interfaces.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
minThe minimum number of network interfaces. If this parameter is not specified, there is no minimum limit. - Parameters:
- min- The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxThe maximum number of network interfaces. If this parameter is not specified, there is no maximum limit. - Parameters:
- max- The maximum number of network interfaces. If this parameter is not specified, there is no maximum limit.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-