|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.DisableSnapshotCopyRequest
public class DisableSnapshotCopyRequest
Container for the parameters to the DisableSnapshotCopy operation
.
Disables the automatic copying of snapshots from one region to another region for a specified cluster.
AmazonRedshift.disableSnapshotCopy(DisableSnapshotCopyRequest)
,
Serialized FormConstructor Summary | |
---|---|
DisableSnapshotCopyRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DisableSnapshotCopyRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |