Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkBandwidthGbpsRequest.Builder
-
Packages that use NetworkBandwidthGbpsRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of NetworkBandwidthGbpsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkBandwidthGbpsRequest.Builder Modifier and Type Method Description static NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest. builder()NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest.Builder. max(Double max)The maximum amount of network bandwidth, in Gbps.NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest.Builder. min(Double min)The minimum amount of network bandwidth, in Gbps.NetworkBandwidthGbpsRequest.BuilderNetworkBandwidthGbpsRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkBandwidthGbpsRequest.Builder Modifier and Type Method Description static Class<? extends NetworkBandwidthGbpsRequest.Builder>NetworkBandwidthGbpsRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkBandwidthGbpsRequest.Builder Modifier and Type Method Description default InstanceRequirementsRequest.BuilderInstanceRequirementsRequest.Builder. networkBandwidthGbps(Consumer<NetworkBandwidthGbpsRequest.Builder> networkBandwidthGbps)The minimum and maximum amount of baseline network bandwidth, in gigabits per second (Gbps).
-