public class DisableSnapshotCopyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DisableSnapshotCopy operation.
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
If your cluster and its snapshots are encrypted using a customer master key (CMK) from AWS KMS, use DeleteSnapshotCopyGrant to delete the grant that grants Amazon Redshift permission to the CMK in the destination region.
NOOP| Constructor and Description |
|---|
DisableSnapshotCopyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableSnapshotCopyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The unique identifier of the source cluster that you want to disable
copying of snapshots to a destination region.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable
copying of snapshots to a destination region.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableSnapshotCopyRequest |
withClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable
copying of snapshots to a destination region.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getClusterIdentifier()
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
public void setClusterIdentifier(String clusterIdentifier)
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
clusterIdentifier - The unique identifier of the source cluster that you want to disable
copying of snapshots to a destination region. Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
public DisableSnapshotCopyRequest withClusterIdentifier(String clusterIdentifier)
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
Returns a reference to this object so that method calls can be chained together.
clusterIdentifier - The unique identifier of the source cluster that you want to disable
copying of snapshots to a destination region. Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
public String toString()
toString in class ObjectObject.toString()public DisableSnapshotCopyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.