@Generated(value="software.amazon.awssdk:codegen") public final class ModifyVolumeRequest extends Ec2Request implements ToCopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyVolumeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModifyVolumeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
iops()
The target IOPS rate of the volume.
|
Boolean |
multiAttachEnabled()
Specifies whether to enable Amazon EBS Multi-Attach.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyVolumeRequest.Builder> |
serializableBuilderClass() |
Integer |
size()
The target size of the volume, in GiB.
|
Integer |
throughput()
The target throughput of the volume, in MiB/s.
|
ModifyVolumeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeId()
The ID of the volume.
|
VolumeType |
volumeType()
The target EBS volume type of the volume.
|
String |
volumeTypeAsString()
The target EBS volume type of the volume.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String volumeId()
The ID of the volume.
public final Integer size()
The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume.
The following are the supported volumes sizes for each volume type:
gp2 and gp3: 1-16,384
io1 and io2: 4-16,384
st1 and sc1: 125-16,384
standard: 1-1,024
Default: The existing size is retained.
The following are the supported volumes sizes for each volume type:
gp2 and gp3: 1-16,384
io1 and io2: 4-16,384
st1 and sc1: 125-16,384
standard: 1-1,024
Default: The existing size is retained.
public final VolumeType volumeType()
The target EBS volume type of the volume. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.
Default: The existing type is retained.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
Default: The existing type is retained.
VolumeTypepublic final String volumeTypeAsString()
The target EBS volume type of the volume. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.
Default: The existing type is retained.
If the service returns an enum value that is not available in the current SDK version, volumeType will
return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
volumeTypeAsString().
Default: The existing type is retained.
VolumeTypepublic final Integer iops()
The target IOPS rate of the volume. This parameter is valid only for gp3, io1, and
io2 volumes.
The following are the supported values for each volume type:
gp3: 3,000-16,000 IOPS
io1: 100-64,000 IOPS
io2: 100-64,000 IOPS
Default: The existing value is retained if you keep the same volume type. If you change the volume type to
io1, io2, or gp3, the default is 3,000.
gp3, io1,
and io2 volumes.
The following are the supported values for each volume type:
gp3: 3,000-16,000 IOPS
io1: 100-64,000 IOPS
io2: 100-64,000 IOPS
Default: The existing value is retained if you keep the same volume type. If you change the volume type
to io1, io2, or gp3, the default is 3,000.
public final Integer throughput()
The target throughput of the volume, in MiB/s. This parameter is valid only for gp3 volumes. The
maximum value is 1,000.
Default: The existing value is retained if the source and target volume type is gp3. Otherwise, the
default value is 125.
Valid Range: Minimum value of 125. Maximum value of 1000.
gp3 volumes.
The maximum value is 1,000.
Default: The existing value is retained if the source and target volume type is gp3.
Otherwise, the default value is 125.
Valid Range: Minimum value of 125. Maximum value of 1000.
public final Boolean multiAttachEnabled()
Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up
to 16
Nitro-based instances in the same Availability Zone. This parameter is supported with io1 and
io2 volumes only. For more information, see Amazon EBS Multi-Attach in
the Amazon Elastic Compute Cloud User Guide.
io1 and io2 volumes only. For more information, see Amazon EBS
Multi-Attach in the Amazon Elastic Compute Cloud User Guide.public ModifyVolumeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>toBuilder in class Ec2Requestpublic static ModifyVolumeRequest.Builder builder()
public static Class<? extends ModifyVolumeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.