Interface BaselineEbsBandwidthMbps.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BaselineEbsBandwidthMbps.Builder,BaselineEbsBandwidthMbps>,SdkBuilder<BaselineEbsBandwidthMbps.Builder,BaselineEbsBandwidthMbps>,SdkPojo
- Enclosing class:
- BaselineEbsBandwidthMbps
@Mutable @NotThreadSafe public static interface BaselineEbsBandwidthMbps.Builder extends SdkPojo, CopyableBuilder<BaselineEbsBandwidthMbps.Builder,BaselineEbsBandwidthMbps>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaselineEbsBandwidthMbps.Buildermax(Integer max)The maximum baseline bandwidth, in Mbps.BaselineEbsBandwidthMbps.Buildermin(Integer min)The minimum baseline bandwidth, in Mbps.-
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
BaselineEbsBandwidthMbps.Builder min(Integer min)
The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.
- Parameters:
min- The minimum baseline bandwidth, in Mbps. 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
BaselineEbsBandwidthMbps.Builder max(Integer max)
The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.
- Parameters:
max- The maximum baseline bandwidth, in Mbps. 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.
-
-