static CopyVolumesRequest.Builder |
CopyVolumesRequest.builder() |
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.dryRun(Boolean dryRun) |
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.iops(Integer iops) |
The number of I/O operations per second (IOPS) to provision for the volume copy.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.multiAttachEnabled(Boolean multiAttachEnabled) |
Indicates whether to enable Amazon EBS Multi-Attach for the volume copy.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.size(Integer size) |
The size of the volume copy, in GiBs.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.sourceVolumeId(String sourceVolumeId) |
The ID of the source EBS volume to copy.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) |
The tags to apply to the volume copy during creation.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) |
The tags to apply to the volume copy during creation.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) |
The tags to apply to the volume copy during creation.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.throughput(Integer throughput) |
The throughput to provision for the volume copy, in MiB/s.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.toBuilder() |
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.volumeType(String volumeType) |
The volume type for the volume copy.
|
CopyVolumesRequest.Builder |
CopyVolumesRequest.Builder.volumeType(VolumeType volumeType) |
The volume type for the volume copy.
|