| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkBandwidthGbpsRequest.Builder |
NetworkBandwidthGbpsRequest.builder() |
NetworkBandwidthGbpsRequest.Builder |
NetworkBandwidthGbpsRequest.Builder.max(Double max)
The maximum amount of network bandwidth, in gigabits per second (Gbps).
|
NetworkBandwidthGbpsRequest.Builder |
NetworkBandwidthGbpsRequest.Builder.min(Double min)
The minimum amount of network bandwidth, in gigabits per second (Gbps).
|
NetworkBandwidthGbpsRequest.Builder |
NetworkBandwidthGbpsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkBandwidthGbpsRequest.Builder> |
NetworkBandwidthGbpsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceRequirements.Builder |
InstanceRequirements.Builder.networkBandwidthGbps(Consumer<NetworkBandwidthGbpsRequest.Builder> networkBandwidthGbps)
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
Copyright © 2023. All rights reserved.