Uses of Interface
software.amazon.awssdk.services.ec2.model.CopyImageRequest.Builder
Packages that use CopyImageRequest.Builder
Package
Description
-
Uses of CopyImageRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CopyImageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CopyImageResponse>Ec2AsyncClient.copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest) Initiates an AMI copy operation.default CopyImageResponseEc2Client.copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest) Initiates an AMI copy operation. -
Uses of CopyImageRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CopyImageRequest.BuilderModifier and TypeMethodDescriptionstatic CopyImageRequest.BuilderCopyImageRequest.builder()CopyImageRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier you provide to ensure idempotency of the request.CopyImageRequest.Builder.copyImageTags(Boolean copyImageTags) Specifies whether to copy your user-defined AMI tags to the new AMI.CopyImageRequest.Builder.description(String description) A description for the new AMI.CopyImageRequest.Builder.destinationAvailabilityZone(String destinationAvailabilityZone) The Local Zone for the new AMI (for example,cn-north-1-pkx-1a).CopyImageRequest.Builder.destinationAvailabilityZoneId(String destinationAvailabilityZoneId) The ID of the Local Zone for the new AMI (for example,cnn1-pkx1-az1).CopyImageRequest.Builder.destinationOutpostArn(String destinationOutpostArn) The Amazon Resource Name (ARN) of the Outpost for the new AMI.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.Specifies whether to encrypt the snapshots of the copied image.The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes.The name of the new AMI.CopyImageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CopyImageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CopyImageRequest.Builder.snapshotCopyCompletionDurationMinutes(Long snapshotCopyCompletionDurationMinutes) Specify a completion duration, in 15 minute increments, to initiate a time-based AMI copy.CopyImageRequest.Builder.sourceImageId(String sourceImageId) The ID of the AMI to copy.CopyImageRequest.Builder.sourceRegion(String sourceRegion) The name of the Region that contains the AMI to copy.CopyImageRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the new AMI and new snapshots.CopyImageRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the new AMI and new snapshots.CopyImageRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the new AMI and new snapshots.CopyImageRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CopyImageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyImageRequest.Builder>CopyImageRequest.serializableBuilderClass()