@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Integer |
iops()
The target IOPS rate of the volume.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyVolumeRequest.Builder> |
serializableBuilderClass() |
Integer |
size()
The target size of the volume, in GiB.
|
ModifyVolumeRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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.
|
overrideConfiguration
copy
public String volumeId()
The ID of the volume.
public Integer size()
The target size of the volume, in GiB. The target volume size must be greater than or equal to than the existing size of the volume. For information about available EBS volume sizes, see Amazon EBS Volume Types.
Default: If no size is specified, the existing size is retained.
Default: If no size is specified, the existing size is retained.
public VolumeType volumeType()
The target EBS volume type of the volume.
Default: If no type is specified, 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: If no type is specified, the existing type is retained.
VolumeType
public String volumeTypeAsString()
The target EBS volume type of the volume.
Default: If no type is specified, 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: If no type is specified, the existing type is retained.
VolumeType
public Integer iops()
The target IOPS rate of the volume.
This is only valid for Provisioned IOPS SSD (io1
) volumes. For more information, see Provisioned
IOPS SSD (io1) Volumes.
Default: If no IOPS value is specified, the existing value is retained.
This is only valid for Provisioned IOPS SSD (io1
) volumes. For more information, see
Provisioned IOPS SSD (io1) Volumes.
Default: If no IOPS value is specified, the existing value is retained.
public ModifyVolumeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
toBuilder
in class Ec2Request
public static ModifyVolumeRequest.Builder builder()
public static Class<? extends ModifyVolumeRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.