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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkBandwidthGbpsRequest.Buildermax(Double max)The maximum amount of network bandwidth, in Gbps.NetworkBandwidthGbpsRequest.Buildermin(Double min)The minimum amount of network bandwidth, in Gbps.-
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 Detail
-
min
NetworkBandwidthGbpsRequest.Builder min(Double min)
The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.
- Parameters:
min- The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
NetworkBandwidthGbpsRequest.Builder max(Double max)
The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
- Parameters:
max- The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-