public static interface ModifyVolumeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVolumeRequest.Builder,ModifyVolumeRequest>
Modifier and Type | Method and Description |
---|---|
ModifyVolumeRequest.Builder |
iops(Integer iops)
The target IOPS rate of the volume.
|
ModifyVolumeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVolumeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyVolumeRequest.Builder |
size(Integer size)
The target size of the volume, in GiB.
|
ModifyVolumeRequest.Builder |
volumeId(String volumeId)
The ID of the volume.
|
ModifyVolumeRequest.Builder |
volumeType(String volumeType)
The target EBS volume type of the volume.
|
ModifyVolumeRequest.Builder |
volumeType(VolumeType volumeType)
The target EBS volume type of the volume.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyVolumeRequest.Builder volumeId(String volumeId)
The ID of the volume.
volumeId
- The ID of the volume.ModifyVolumeRequest.Builder size(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.
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.
ModifyVolumeRequest.Builder volumeType(String volumeType)
The target EBS volume type of the volume.
Default: If no type is specified, the existing type is retained.
volumeType
- The target EBS volume type of the volume.
Default: If no type is specified, the existing type is retained.
VolumeType
,
VolumeType
ModifyVolumeRequest.Builder volumeType(VolumeType volumeType)
The target EBS volume type of the volume.
Default: If no type is specified, the existing type is retained.
volumeType
- The target EBS volume type of the volume.
Default: If no type is specified, the existing type is retained.
VolumeType
,
VolumeType
ModifyVolumeRequest.Builder iops(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.
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.
ModifyVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.