public class CopySnapshotRequest extends AmazonWebServiceRequest implements java.io.Serializable, DryRunSupportedRequest<CopySnapshotRequest>
CopySnapshot operation
.
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). The snapshot is copied to the regional endpoint that you send the HTTP request to.
Copies of encrypted EBS snapshots remain encrypted. Copies of
unencrypted snapshots remain unencrypted, unless the
Encrypted
flag is specified during the snapshot copy
operation. By default, encrypted snapshot copies use the default AWS
Key Management Service (AWS KMS) customer master key (CMK); however,
you can specify a non-default CMK with the KmsKeyId
parameter.
For more information, see Copying an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide .
Constructor and Description |
---|
CopySnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
A description for the EBS snapshot.
|
java.lang.String |
getDestinationRegion()
The destination region to use in the
PresignedUrl
parameter of a snapshot copy operation. |
Request<CopySnapshotRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.Boolean |
getEncrypted()
Specifies whether the destination snapshot should be encrypted.
|
java.lang.String |
getKmsKeyId()
The full ARN of the AWS Key Management Service (AWS KMS) CMK to use
when creating the snapshot copy.
|
java.lang.String |
getPresignedUrl()
The pre-signed URL that facilitates copying an encrypted snapshot.
|
java.lang.String |
getSourceRegion()
The ID of the region that contains the snapshot to be copied.
|
java.lang.String |
getSourceSnapshotId()
The ID of the EBS snapshot to copy.
|
int |
hashCode() |
java.lang.Boolean |
isEncrypted()
Specifies whether the destination snapshot should be encrypted.
|
void |
setDescription(java.lang.String description)
A description for the EBS snapshot.
|
void |
setDestinationRegion(java.lang.String destinationRegion)
The destination region to use in the
PresignedUrl
parameter of a snapshot copy operation. |
void |
setEncrypted(java.lang.Boolean encrypted)
Specifies whether the destination snapshot should be encrypted.
|
void |
setKmsKeyId(java.lang.String kmsKeyId)
The full ARN of the AWS Key Management Service (AWS KMS) CMK to use
when creating the snapshot copy.
|
void |
setPresignedUrl(java.lang.String presignedUrl)
The pre-signed URL that facilitates copying an encrypted snapshot.
|
void |
setSourceRegion(java.lang.String sourceRegion)
The ID of the region that contains the snapshot to be copied.
|
void |
setSourceSnapshotId(java.lang.String sourceSnapshotId)
The ID of the EBS snapshot to copy.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CopySnapshotRequest |
withDescription(java.lang.String description)
A description for the EBS snapshot.
|
CopySnapshotRequest |
withDestinationRegion(java.lang.String destinationRegion)
The destination region to use in the
PresignedUrl
parameter of a snapshot copy operation. |
CopySnapshotRequest |
withEncrypted(java.lang.Boolean encrypted)
Specifies whether the destination snapshot should be encrypted.
|
CopySnapshotRequest |
withKmsKeyId(java.lang.String kmsKeyId)
The full ARN of the AWS Key Management Service (AWS KMS) CMK to use
when creating the snapshot copy.
|
CopySnapshotRequest |
withPresignedUrl(java.lang.String presignedUrl)
The pre-signed URL that facilitates copying an encrypted snapshot.
|
CopySnapshotRequest |
withSourceRegion(java.lang.String sourceRegion)
The ID of the region that contains the snapshot to be copied.
|
CopySnapshotRequest |
withSourceSnapshotId(java.lang.String sourceSnapshotId)
The ID of the EBS snapshot to copy.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getSourceRegion()
public void setSourceRegion(java.lang.String sourceRegion)
sourceRegion
- The ID of the region that contains the snapshot to be copied.public CopySnapshotRequest withSourceRegion(java.lang.String sourceRegion)
Returns a reference to this object so that method calls can be chained together.
sourceRegion
- The ID of the region that contains the snapshot to be copied.public java.lang.String getSourceSnapshotId()
public void setSourceSnapshotId(java.lang.String sourceSnapshotId)
sourceSnapshotId
- The ID of the EBS snapshot to copy.public CopySnapshotRequest withSourceSnapshotId(java.lang.String sourceSnapshotId)
Returns a reference to this object so that method calls can be chained together.
sourceSnapshotId
- The ID of the EBS snapshot to copy.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- A description for the EBS snapshot.public CopySnapshotRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description
- A description for the EBS snapshot.public java.lang.String getDestinationRegion()
PresignedUrl
parameter of a snapshot copy operation. This parameter is only valid
for specifying the destination region in a PresignedUrl
parameter, where it is required. CopySnapshot
sends the snapshot copy to the regional endpoint that you send the
HTTP request to, such as ec2.us-east-1.amazonaws.com
(in
the AWS CLI, this is specified with the --region
parameter or the default region in your AWS configuration file).
PresignedUrl
parameter of a snapshot copy operation. This parameter is only valid
for specifying the destination region in a PresignedUrl
parameter, where it is required. CopySnapshot
sends the snapshot copy to the regional endpoint that you send the
HTTP request to, such as ec2.us-east-1.amazonaws.com
(in
the AWS CLI, this is specified with the --region
parameter or the default region in your AWS configuration file).
public void setDestinationRegion(java.lang.String destinationRegion)
PresignedUrl
parameter of a snapshot copy operation. This parameter is only valid
for specifying the destination region in a PresignedUrl
parameter, where it is required. CopySnapshot
sends the snapshot copy to the regional endpoint that you send the
HTTP request to, such as ec2.us-east-1.amazonaws.com
(in
the AWS CLI, this is specified with the --region
parameter or the default region in your AWS configuration file).
destinationRegion
- The destination region to use in the PresignedUrl
parameter of a snapshot copy operation. This parameter is only valid
for specifying the destination region in a PresignedUrl
parameter, where it is required. CopySnapshot
sends the snapshot copy to the regional endpoint that you send the
HTTP request to, such as ec2.us-east-1.amazonaws.com
(in
the AWS CLI, this is specified with the --region
parameter or the default region in your AWS configuration file).
public CopySnapshotRequest withDestinationRegion(java.lang.String destinationRegion)
PresignedUrl
parameter of a snapshot copy operation. This parameter is only valid
for specifying the destination region in a PresignedUrl
parameter, where it is required. CopySnapshot
sends the snapshot copy to the regional endpoint that you send the
HTTP request to, such as ec2.us-east-1.amazonaws.com
(in
the AWS CLI, this is specified with the --region
parameter or the default region in your AWS configuration file).
Returns a reference to this object so that method calls can be chained together.
destinationRegion
- The destination region to use in the PresignedUrl
parameter of a snapshot copy operation. This parameter is only valid
for specifying the destination region in a PresignedUrl
parameter, where it is required. CopySnapshot
sends the snapshot copy to the regional endpoint that you send the
HTTP request to, such as ec2.us-east-1.amazonaws.com
(in
the AWS CLI, this is specified with the --region
parameter or the default region in your AWS configuration file).
public java.lang.String getPresignedUrl()
PresignedUrl
should use
the snapshot source endpoint, the CopySnapshot
action,
and include the SourceRegion
,
SourceSnapshotId
, and DestinationRegion
parameters. The PresignedUrl
must be signed using AWS
Signature Version 4. Because EBS snapshots are stored in Amazon S3,
the signing algorithm for this parameter uses the same logic that is
described in Authenticating
Requests by Using Query Parameters (AWS Signature Version 4) in
the Amazon Simple Storage Service API Reference. An invalid or
improperly signed PresignedUrl
will cause the copy
operation to fail asynchronously, and the snapshot will move to an
error
state.PresignedUrl
should use
the snapshot source endpoint, the CopySnapshot
action,
and include the SourceRegion
,
SourceSnapshotId
, and DestinationRegion
parameters. The PresignedUrl
must be signed using AWS
Signature Version 4. Because EBS snapshots are stored in Amazon S3,
the signing algorithm for this parameter uses the same logic that is
described in Authenticating
Requests by Using Query Parameters (AWS Signature Version 4) in
the Amazon Simple Storage Service API Reference. An invalid or
improperly signed PresignedUrl
will cause the copy
operation to fail asynchronously, and the snapshot will move to an
error
state.public void setPresignedUrl(java.lang.String presignedUrl)
PresignedUrl
should use
the snapshot source endpoint, the CopySnapshot
action,
and include the SourceRegion
,
SourceSnapshotId
, and DestinationRegion
parameters. The PresignedUrl
must be signed using AWS
Signature Version 4. Because EBS snapshots are stored in Amazon S3,
the signing algorithm for this parameter uses the same logic that is
described in Authenticating
Requests by Using Query Parameters (AWS Signature Version 4) in
the Amazon Simple Storage Service API Reference. An invalid or
improperly signed PresignedUrl
will cause the copy
operation to fail asynchronously, and the snapshot will move to an
error
state.presignedUrl
- The pre-signed URL that facilitates copying an encrypted snapshot.
This parameter is only required when copying an encrypted snapshot
with the Amazon EC2 Query API; it is available as an optional
parameter in all other cases. The PresignedUrl
should use
the snapshot source endpoint, the CopySnapshot
action,
and include the SourceRegion
,
SourceSnapshotId
, and DestinationRegion
parameters. The PresignedUrl
must be signed using AWS
Signature Version 4. Because EBS snapshots are stored in Amazon S3,
the signing algorithm for this parameter uses the same logic that is
described in Authenticating
Requests by Using Query Parameters (AWS Signature Version 4) in
the Amazon Simple Storage Service API Reference. An invalid or
improperly signed PresignedUrl
will cause the copy
operation to fail asynchronously, and the snapshot will move to an
error
state.public CopySnapshotRequest withPresignedUrl(java.lang.String presignedUrl)
PresignedUrl
should use
the snapshot source endpoint, the CopySnapshot
action,
and include the SourceRegion
,
SourceSnapshotId
, and DestinationRegion
parameters. The PresignedUrl
must be signed using AWS
Signature Version 4. Because EBS snapshots are stored in Amazon S3,
the signing algorithm for this parameter uses the same logic that is
described in Authenticating
Requests by Using Query Parameters (AWS Signature Version 4) in
the Amazon Simple Storage Service API Reference. An invalid or
improperly signed PresignedUrl
will cause the copy
operation to fail asynchronously, and the snapshot will move to an
error
state.
Returns a reference to this object so that method calls can be chained together.
presignedUrl
- The pre-signed URL that facilitates copying an encrypted snapshot.
This parameter is only required when copying an encrypted snapshot
with the Amazon EC2 Query API; it is available as an optional
parameter in all other cases. The PresignedUrl
should use
the snapshot source endpoint, the CopySnapshot
action,
and include the SourceRegion
,
SourceSnapshotId
, and DestinationRegion
parameters. The PresignedUrl
must be signed using AWS
Signature Version 4. Because EBS snapshots are stored in Amazon S3,
the signing algorithm for this parameter uses the same logic that is
described in Authenticating
Requests by Using Query Parameters (AWS Signature Version 4) in
the Amazon Simple Storage Service API Reference. An invalid or
improperly signed PresignedUrl
will cause the copy
operation to fail asynchronously, and the snapshot will move to an
error
state.public java.lang.Boolean isEncrypted()
KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.public void setEncrypted(java.lang.Boolean encrypted)
KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.encrypted
- Specifies whether the destination snapshot should be encrypted. There
is no way to create an unencrypted snapshot copy from an encrypted
snapshot; however, you can encrypt a copy of an unencrypted snapshot
with this flag. The default CMK for EBS is used unless a non-default
AWS Key Management Service (AWS KMS) CMK is specified with
KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.public CopySnapshotRequest withEncrypted(java.lang.Boolean encrypted)
KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.
Returns a reference to this object so that method calls can be chained together.
encrypted
- Specifies whether the destination snapshot should be encrypted. There
is no way to create an unencrypted snapshot copy from an encrypted
snapshot; however, you can encrypt a copy of an unencrypted snapshot
with this flag. The default CMK for EBS is used unless a non-default
AWS Key Management Service (AWS KMS) CMK is specified with
KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.public java.lang.Boolean getEncrypted()
KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.KmsKeyId
. For more information, see Amazon
EBS Encryption in the Amazon Elastic Compute Cloud User
Guide.public java.lang.String getKmsKeyId()
arn:aws:kms
namespace, followed by the region of the CMK,
the AWS account ID of the CMK owner, the key
namespace,
and then the CMK ID. For example,
arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
The specified CMK must exist in the region that the snapshot is being
copied to. If a KmsKeyId
is specified, the
Encrypted
flag must also be set.arn:aws:kms
namespace, followed by the region of the CMK,
the AWS account ID of the CMK owner, the key
namespace,
and then the CMK ID. For example,
arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
The specified CMK must exist in the region that the snapshot is being
copied to. If a KmsKeyId
is specified, the
Encrypted
flag must also be set.public void setKmsKeyId(java.lang.String kmsKeyId)
arn:aws:kms
namespace, followed by the region of the CMK,
the AWS account ID of the CMK owner, the key
namespace,
and then the CMK ID. For example,
arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
The specified CMK must exist in the region that the snapshot is being
copied to. If a KmsKeyId
is specified, the
Encrypted
flag must also be set.kmsKeyId
- The full ARN of the AWS Key Management Service (AWS KMS) CMK to use
when creating the snapshot copy. This parameter is only required if
you want to use a non-default CMK; if this parameter is not specified,
the default CMK for EBS is used. The ARN contains the
arn:aws:kms
namespace, followed by the region of the CMK,
the AWS account ID of the CMK owner, the key
namespace,
and then the CMK ID. For example,
arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
The specified CMK must exist in the region that the snapshot is being
copied to. If a KmsKeyId
is specified, the
Encrypted
flag must also be set.public CopySnapshotRequest withKmsKeyId(java.lang.String kmsKeyId)
arn:aws:kms
namespace, followed by the region of the CMK,
the AWS account ID of the CMK owner, the key
namespace,
and then the CMK ID. For example,
arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
The specified CMK must exist in the region that the snapshot is being
copied to. If a KmsKeyId
is specified, the
Encrypted
flag must also be set.
Returns a reference to this object so that method calls can be chained together.
kmsKeyId
- The full ARN of the AWS Key Management Service (AWS KMS) CMK to use
when creating the snapshot copy. This parameter is only required if
you want to use a non-default CMK; if this parameter is not specified,
the default CMK for EBS is used. The ARN contains the
arn:aws:kms
namespace, followed by the region of the CMK,
the AWS account ID of the CMK owner, the key
namespace,
and then the CMK ID. For example,
arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.
The specified CMK must exist in the region that the snapshot is being
copied to. If a KmsKeyId
is specified, the
Encrypted
flag must also be set.public Request<CopySnapshotRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CopySnapshotRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.