Uses of Interface
software.amazon.awssdk.services.ec2.model.CopySnapshotRequest.Builder
Packages that use CopySnapshotRequest.Builder
Package
Description
-
Uses of CopySnapshotRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CopySnapshotRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CopySnapshotResponse>Ec2AsyncClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest) Creates an exact copy of an Amazon EBS snapshot.default CopySnapshotResponseEc2Client.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest) Creates an exact copy of an Amazon EBS snapshot. -
Uses of CopySnapshotRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CopySnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic CopySnapshotRequest.BuilderCopySnapshotRequest.builder()CopySnapshotRequest.Builder.completionDurationMinutes(Integer completionDurationMinutes) CopySnapshotRequest.Builder.description(String description) A description for the EBS snapshot.CopySnapshotRequest.Builder.destinationAvailabilityZone(String destinationAvailabilityZone) The Local Zone, for example,cn-north-1-pkx-1ato which to copy the snapshot.CopySnapshotRequest.Builder.destinationOutpostArn(String destinationOutpostArn) The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot.CopySnapshotRequest.Builder.destinationRegion(String destinationRegion) The destination Region to use in thePresignedUrlparameter of a snapshot copy operation.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter.The identifier of the KMS key to use for Amazon EBS encryption.CopySnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CopySnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CopySnapshotRequest.Builder.presignedUrl(String presignedUrl) When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL.CopySnapshotRequest.Builder.sourceRegion(String sourceRegion) The ID of the Region that contains the snapshot to be copied.CopySnapshotRequest.Builder.sourceSnapshotId(String sourceSnapshotId) The ID of the EBS snapshot to copy.CopySnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the new snapshot.CopySnapshotRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the new snapshot.CopySnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the new snapshot.CopySnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CopySnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopySnapshotRequest.Builder>CopySnapshotRequest.serializableBuilderClass()