public static interface BaselineEbsBandwidthMbps.Builder extends SdkPojo, CopyableBuilder<BaselineEbsBandwidthMbps.Builder,BaselineEbsBandwidthMbps>
Modifier and Type | Method and Description |
---|---|
BaselineEbsBandwidthMbps.Builder |
max(Integer max)
The maximum baseline bandwidth, in Mbps.
|
BaselineEbsBandwidthMbps.Builder |
min(Integer min)
The minimum baseline bandwidth, in Mbps.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BaselineEbsBandwidthMbps.Builder min(Integer min)
The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.
min
- The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum
limit.BaselineEbsBandwidthMbps.Builder max(Integer max)
The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.
max
- The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum
limit.Copyright © 2022. All rights reserved.