static CopyImageRequest.Builder |
CopyImageRequest.builder() |
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.copyImageTags(Boolean copyImageTags) |
Specifies whether to copy your user-defined AMI tags to the new AMI.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.description(String description) |
A description for the new AMI.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.destinationAvailabilityZone(String destinationAvailabilityZone) |
The Local Zone for the new AMI (for example, cn-north-1-pkx-1a).
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.destinationAvailabilityZoneId(String destinationAvailabilityZoneId) |
The ID of the Local Zone for the new AMI (for example, cnn1-pkx1-az1).
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.destinationOutpostArn(String destinationOutpostArn) |
The Amazon Resource Name (ARN) of the Outpost for the new AMI.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.dryRun(Boolean dryRun) |
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.encrypted(Boolean encrypted) |
Specifies whether to encrypt the snapshots of the copied image.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.kmsKeyId(String kmsKeyId) |
The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.name(String name) |
The name of the new AMI.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.snapshotCopyCompletionDurationMinutes(Long snapshotCopyCompletionDurationMinutes) |
Specify a completion duration, in 15 minute increments, to initiate a time-based AMI copy.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.sourceImageId(String sourceImageId) |
The ID of the AMI to copy.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.sourceRegion(String sourceRegion) |
The name of the Region that contains the AMI to copy.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) |
The tags to apply to the new AMI and new snapshots.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) |
The tags to apply to the new AMI and new snapshots.
|
CopyImageRequest.Builder |
CopyImageRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) |
The tags to apply to the new AMI and new snapshots.
|
CopyImageRequest.Builder |
CopyImageRequest.toBuilder() |
|