@Generated(value="software.amazon.awssdk:codegen") public final class NetworkBandwidthGbpsRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>
Specifies the minimum and maximum for the NetworkBandwidthGbps object when you specify
InstanceRequirements for an Auto Scaling group.
Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide for Linux Instances.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkBandwidthGbpsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkBandwidthGbpsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
max()
The maximum amount of network bandwidth, in gigabits per second (Gbps).
|
Double |
min()
The minimum amount of network bandwidth, in gigabits per second (Gbps).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkBandwidthGbpsRequest.Builder> |
serializableBuilderClass() |
NetworkBandwidthGbpsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double min()
The minimum amount of network bandwidth, in gigabits per second (Gbps).
public final Double max()
The maximum amount of network bandwidth, in gigabits per second (Gbps).
public NetworkBandwidthGbpsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>public static NetworkBandwidthGbpsRequest.Builder builder()
public static Class<? extends NetworkBandwidthGbpsRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.