Interface NetworkBandwidthGbpsRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NetworkBandwidthGbpsRequest.Builder,,NetworkBandwidthGbpsRequest> SdkBuilder<NetworkBandwidthGbpsRequest.Builder,,NetworkBandwidthGbpsRequest> SdkPojo
- Enclosing class:
 NetworkBandwidthGbpsRequest
public static interface NetworkBandwidthGbpsRequest.Builder
extends SdkPojo, CopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe maximum amount of network bandwidth, in gigabits per second (Gbps).The minimum amount of network bandwidth, in gigabits per second (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 gigabits per second (Gbps).
- Parameters:
 min- The minimum amount of network bandwidth, in gigabits per second (Gbps).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
max
The maximum amount of network bandwidth, in gigabits per second (Gbps).
- Parameters:
 max- The maximum amount of network bandwidth, in gigabits per second (Gbps).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -