@Generated(value="software.amazon.awssdk:codegen") public final class NetworkBandwidthGbpsRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
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.
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 Gbps.
|
Double |
min()
The minimum amount of network bandwidth, in 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, wait
copy
public final Double min()
The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.
public final Double max()
The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
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 SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.