CopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
, SdkBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
public static interface ModifyVolumeRequest.Builder extends CopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyVolumeRequest.Builder |
iops(Integer iops) |
Target IOPS rate of the volume to be modified.
|
ModifyVolumeRequest.Builder |
size(Integer size) |
Target size in GiB of the volume to be modified.
|
ModifyVolumeRequest.Builder |
volumeId(String volumeId) |
|
ModifyVolumeRequest.Builder |
volumeType(String volumeType) |
Target EBS volume type of the volume to be modified
|
ModifyVolumeRequest.Builder |
volumeType(VolumeType volumeType) |
Target EBS volume type of the volume to be modified
|
copy
apply, build
ModifyVolumeRequest.Builder volumeId(String volumeId)
volumeId
- ModifyVolumeRequest.Builder size(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.
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.
ModifyVolumeRequest.Builder volumeType(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.
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.
VolumeType
ModifyVolumeRequest.Builder volumeType(VolumeType 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.
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.
VolumeType
ModifyVolumeRequest.Builder iops(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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.