Uses of Interface
software.amazon.awssdk.services.ec2.model.BaselineEbsBandwidthMbpsRequest.Builder
-
Packages that use BaselineEbsBandwidthMbpsRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of BaselineEbsBandwidthMbpsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BaselineEbsBandwidthMbpsRequest.Builder Modifier and Type Method Description static BaselineEbsBandwidthMbpsRequest.BuilderBaselineEbsBandwidthMbpsRequest. builder()BaselineEbsBandwidthMbpsRequest.BuilderBaselineEbsBandwidthMbpsRequest.Builder. max(Integer max)The maximum baseline bandwidth, in Mbps.BaselineEbsBandwidthMbpsRequest.BuilderBaselineEbsBandwidthMbpsRequest.Builder. min(Integer min)The minimum baseline bandwidth, in Mbps.BaselineEbsBandwidthMbpsRequest.BuilderBaselineEbsBandwidthMbpsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type BaselineEbsBandwidthMbpsRequest.Builder Modifier and Type Method Description static Class<? extends BaselineEbsBandwidthMbpsRequest.Builder>BaselineEbsBandwidthMbpsRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BaselineEbsBandwidthMbpsRequest.Builder Modifier and Type Method Description default InstanceRequirementsRequest.BuilderInstanceRequirementsRequest.Builder. baselineEbsBandwidthMbps(Consumer<BaselineEbsBandwidthMbpsRequest.Builder> baselineEbsBandwidthMbps)The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps.
-