Interface NetworkBandwidthGbpsRequest.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NetworkBandwidthGbpsRequest.Builder,,- NetworkBandwidthGbpsRequest> - SdkBuilder<NetworkBandwidthGbpsRequest.Builder,,- NetworkBandwidthGbpsRequest> - SdkPojo
- Enclosing class:
- NetworkBandwidthGbpsRequest
@Mutable
@NotThreadSafe
public static interface NetworkBandwidthGbpsRequest.Builder
extends SdkPojo, CopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe maximum network bandwidth in Gbps.The minimum network bandwidth in Gbps.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 network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection. - Parameters:
- min- The minimum network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxThe maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection. - Parameters:
- max- The maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-