Interface NetworkBandwidthGbps.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NetworkBandwidthGbps.Builder,,NetworkBandwidthGbps> SdkBuilder<NetworkBandwidthGbps.Builder,,NetworkBandwidthGbps> SdkPojo
- Enclosing class:
 NetworkBandwidthGbps
public static interface NetworkBandwidthGbps.Builder
extends SdkPojo, CopyableBuilder<NetworkBandwidthGbps.Builder,NetworkBandwidthGbps> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe maximum amount of network bandwidth, in Gbps.The minimum amount of network bandwidth, in Gbps.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
min
The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
- Parameters:
 min- The minimum amount of network bandwidth, in Gbps. 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.
 
 - 
max
The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.
- Parameters:
 max- The maximum amount of network bandwidth, in Gbps. 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.
 
 
 -