com.amazonaws.services.ec2.model
Class CopySnapshotRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.CopySnapshotRequest
All Implemented Interfaces:
DryRunSupportedRequest<CopySnapshotRequest>, java.io.Serializable

public class CopySnapshotRequest
extends AmazonWebServiceRequest
implements java.io.Serializable, DryRunSupportedRequest<CopySnapshotRequest>

Container for the parameters to the CopySnapshot operation.

Copies a point-in-time snapshot of an Amazon 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 Amazon 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 Amazon EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted.

For more information, see Copying an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide .

See Also:
AmazonEC2.copySnapshot(CopySnapshotRequest), Serialized Form

Constructor Summary
CopySnapshotRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          A description for the new Amazon EBS snapshot.
 java.lang.String getDestinationRegion()
          The destination region of the snapshot copy operation.
 Request<CopySnapshotRequest> getDryRunRequest()
          This method is intended for internal use only.
 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 Amazon EBS snapshot to copy.
 int hashCode()
           
 void setDescription(java.lang.String description)
          A description for the new Amazon EBS snapshot.
 void setDestinationRegion(java.lang.String destinationRegion)
          The destination region of the snapshot copy operation.
 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 Amazon 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 new Amazon EBS snapshot.
 CopySnapshotRequest withDestinationRegion(java.lang.String destinationRegion)
          The destination region of the snapshot copy operation.
 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 Amazon EBS snapshot to copy.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopySnapshotRequest

public CopySnapshotRequest()
Method Detail

getSourceRegion

public java.lang.String getSourceRegion()
The ID of the region that contains the snapshot to be copied.

Returns:
The ID of the region that contains the snapshot to be copied.

setSourceRegion

public void setSourceRegion(java.lang.String sourceRegion)
The ID of the region that contains the snapshot to be copied.

Parameters:
sourceRegion - The ID of the region that contains the snapshot to be copied.

withSourceRegion

public CopySnapshotRequest withSourceRegion(java.lang.String sourceRegion)
The ID of the region that contains the snapshot to be copied.

Returns a reference to this object so that method calls can be chained together.

Parameters:
sourceRegion - The ID of the region that contains the snapshot to be copied.
Returns:
A reference to this updated object so that method calls can be chained together.

getSourceSnapshotId

public java.lang.String getSourceSnapshotId()
The ID of the Amazon EBS snapshot to copy.

Returns:
The ID of the Amazon EBS snapshot to copy.

setSourceSnapshotId

public void setSourceSnapshotId(java.lang.String sourceSnapshotId)
The ID of the Amazon EBS snapshot to copy.

Parameters:
sourceSnapshotId - The ID of the Amazon EBS snapshot to copy.

withSourceSnapshotId

public CopySnapshotRequest withSourceSnapshotId(java.lang.String sourceSnapshotId)
The ID of the Amazon EBS snapshot to copy.

Returns a reference to this object so that method calls can be chained together.

Parameters:
sourceSnapshotId - The ID of the Amazon EBS snapshot to copy.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public java.lang.String getDescription()
A description for the new Amazon EBS snapshot.

Returns:
A description for the new Amazon EBS snapshot.

setDescription

public void setDescription(java.lang.String description)
A description for the new Amazon EBS snapshot.

Parameters:
description - A description for the new Amazon EBS snapshot.

withDescription

public CopySnapshotRequest withDescription(java.lang.String description)
A description for the new Amazon EBS snapshot.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - A description for the new Amazon EBS snapshot.
Returns:
A reference to this updated object so that method calls can be chained together.

getDestinationRegion

public java.lang.String getDestinationRegion()
The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.

Returns:
The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.

setDestinationRegion

public void setDestinationRegion(java.lang.String destinationRegion)
The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.

Parameters:
destinationRegion - The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.

withDestinationRegion

public CopySnapshotRequest withDestinationRegion(java.lang.String destinationRegion)
The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.

Returns a reference to this object so that method calls can be chained together.

Parameters:
destinationRegion - The destination region of the snapshot copy operation. This parameter is required in the PresignedUrl.
Returns:
A reference to this updated object so that method calls can be chained together.

getPresignedUrl

public java.lang.String getPresignedUrl()
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 Amazon 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:
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 Amazon 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.

setPresignedUrl

public void setPresignedUrl(java.lang.String 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 Amazon 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.

Parameters:
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 Amazon 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.

withPresignedUrl

public CopySnapshotRequest withPresignedUrl(java.lang.String 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 Amazon 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.

Parameters:
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 Amazon 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 updated object so that method calls can be chained together.

getDryRunRequest

public Request<CopySnapshotRequest> getDryRunRequest()
This method is intended for internal use only. Returns the marshaled request configured with additional parameters to enable operation dry-run.

Specified by:
getDryRunRequest in interface DryRunSupportedRequest<CopySnapshotRequest>

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.