Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyVolumeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyVolumeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyVolumeRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
iops() |
Target IOPS rate of the volume to be modified.
|
static Class<? extends ModifyVolumeRequest.Builder> |
serializableBuilderClass() |
|
Integer |
size() |
Target size in GiB of the volume to be modified.
|
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() |
|
String |
volumeType() |
Target EBS volume type of the volume to be modified
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String volumeId()
public Integer size()
Target size in GiB of the volume to be modified. 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 http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html.
Default: If no size is specified, the existing size is retained.
Default: If no size is specified, the existing size is retained.
public String volumeType()
Target EBS volume type of the volume to be modified
The API does not support modifications for volume type standard
. You also cannot change the type of
a volume to standard
.
Default: If no type is specified, the existing type is retained.
The API does not support modifications for volume type standard
. You also cannot change the
type of a volume to standard
.
Default: If no type is specified, the existing type is retained.
VolumeType
public Integer iops()
Target IOPS rate of the volume to be modified.
Only valid for Provisioned IOPS SSD (io1
) volumes. For more information about io1
IOPS
configuration, see http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html#EBSVolumeTypes_piops.
Default: If no IOPS value is specified, the existing value is retained.
Only valid for Provisioned IOPS SSD (io1
) volumes. For more information about
io1
IOPS configuration, see http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html#EBSVolumeTypes_piops.
Default: If no IOPS value is specified, the existing value is retained.
public ModifyVolumeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
public static ModifyVolumeRequest.Builder builder()
public static Class<? extends ModifyVolumeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.