public class DeleteClusterSnapshotRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteClusterSnapshot operation.
Deletes the specified manual snapshot. The snapshot must be in the "available" state, with no other users authorized to access the snapshot.
Unlike automated snapshots, manual snapshots are retained even after you delete your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot explicitly to avoid getting charged. If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.
| コンストラクタと説明 |
|---|
DeleteClusterSnapshotRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotIdentifier()
The unique identifier of the manual snapshot to be deleted.
|
int |
hashCode() |
void |
setSnapshotIdentifier(java.lang.String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteClusterSnapshotRequest |
withSnapshotIdentifier(java.lang.String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getSnapshotIdentifier()
Constraints: Must be the name of an existing snapshot that is in
the available state.
Constraints: Must be the name of an existing snapshot that is in
the available state.
public void setSnapshotIdentifier(java.lang.String snapshotIdentifier)
Constraints: Must be the name of an existing snapshot that is in
the available state.
snapshotIdentifier - The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in
the available state.
public DeleteClusterSnapshotRequest withSnapshotIdentifier(java.lang.String snapshotIdentifier)
Constraints: Must be the name of an existing snapshot that is in
the available state.
Returns a reference to this object so that method calls can be chained together.
snapshotIdentifier - The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in
the available state.
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object