public class CopySnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, 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.
NOTE: Copying snapshots that were encrypted with non-default AWS Key Management Service (KMS) master keys is not supported at this time.
For more information, see Copying an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide for Linux .
NOOP
Constructor and Description |
---|
CopySnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
CopySnapshotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description for the EBS snapshot.
|
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.
|
String |
getPresignedUrl()
The pre-signed URL that facilitates copying an encrypted snapshot.
|
String |
getSourceRegion()
The ID of the region that contains the snapshot to be copied.
|
String |
getSourceSnapshotId()
The ID of the EBS snapshot to copy.
|
int |
hashCode() |
void |
setDescription(String description)
A description for the EBS snapshot.
|
void |
setDestinationRegion(String destinationRegion)
The destination region to use in the
PresignedUrl
parameter of a snapshot copy operation. |
void |
setPresignedUrl(String presignedUrl)
The pre-signed URL that facilitates copying an encrypted snapshot.
|
void |
setSourceRegion(String sourceRegion)
The ID of the region that contains the snapshot to be copied.
|
void |
setSourceSnapshotId(String sourceSnapshotId)
The ID of the EBS snapshot to copy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CopySnapshotRequest |
withDescription(String description)
A description for the EBS snapshot.
|
CopySnapshotRequest |
withDestinationRegion(String destinationRegion)
The destination region to use in the
PresignedUrl
parameter of a snapshot copy operation. |
CopySnapshotRequest |
withPresignedUrl(String presignedUrl)
The pre-signed URL that facilitates copying an encrypted snapshot.
|
CopySnapshotRequest |
withSourceRegion(String sourceRegion)
The ID of the region that contains the snapshot to be copied.
|
CopySnapshotRequest |
withSourceSnapshotId(String sourceSnapshotId)
The ID of the EBS snapshot to copy.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getSourceRegion()
public void setSourceRegion(String sourceRegion)
sourceRegion
- The ID of the region that contains the snapshot to be copied.public CopySnapshotRequest withSourceRegion(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 String getSourceSnapshotId()
public void setSourceSnapshotId(String sourceSnapshotId)
sourceSnapshotId
- The ID of the EBS snapshot to copy.public CopySnapshotRequest withSourceSnapshotId(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 String getDescription()
public void setDescription(String description)
description
- A description for the EBS snapshot.public CopySnapshotRequest withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- A description for the EBS snapshot.public 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(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(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 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(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(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 Request<CopySnapshotRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CopySnapshotRequest>
public String toString()
toString
in class Object
Object.toString()
public CopySnapshotRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.