Class NetworkBandwidthGbpsRequest
java.lang.Object
software.amazon.awssdk.services.ec2.model.NetworkBandwidthGbpsRequest
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Doublemax()The maximum amount of network bandwidth, in Gbps.final Doublemin()The minimum amount of network bandwidth, in Gbps.static Class<? extends NetworkBandwidthGbpsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
min
The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.
- Returns:
- The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.
-
max
The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
- Returns:
- The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-