@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDBClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDBClusterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBClusterIdentifier()
The DB cluster identifier for the DB cluster to be deleted.
|
String |
getFinalDBSnapshotIdentifier()
The DB cluster snapshot identifier of the new DB cluster snapshot created when
SkipFinalSnapshot is
disabled. |
Boolean |
getSkipFinalSnapshot()
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is
deleted.
|
int |
hashCode() |
Boolean |
isSkipFinalSnapshot()
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is
deleted.
|
void |
setDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier for the DB cluster to be deleted.
|
void |
setFinalDBSnapshotIdentifier(String finalDBSnapshotIdentifier)
The DB cluster snapshot identifier of the new DB cluster snapshot created when
SkipFinalSnapshot is
disabled. |
void |
setSkipFinalSnapshot(Boolean skipFinalSnapshot)
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is
deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDBClusterRequest |
withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier for the DB cluster to be deleted.
|
DeleteDBClusterRequest |
withFinalDBSnapshotIdentifier(String finalDBSnapshotIdentifier)
The DB cluster snapshot identifier of the new DB cluster snapshot created when
SkipFinalSnapshot is
disabled. |
DeleteDBClusterRequest |
withSkipFinalSnapshot(Boolean skipFinalSnapshot)
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is
deleted.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing DBClusterIdentifier.
dBClusterIdentifier - The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing DBClusterIdentifier.
public String getDBClusterIdentifier()
The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing DBClusterIdentifier.
Constraints:
Must match an existing DBClusterIdentifier.
public DeleteDBClusterRequest withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing DBClusterIdentifier.
dBClusterIdentifier - The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing DBClusterIdentifier.
public void setSkipFinalSnapshot(Boolean skipFinalSnapshot)
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip is not specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip is not specified, and the DB cluster snapshot is created. By default, this parameter is disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
skipFinalSnapshot - A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster
is deleted. If skip is specified, no DB cluster snapshot is created. If skip is not specified, a DB
cluster snapshot is created before the DB cluster is deleted. By default, skip is not specified, and the
DB cluster snapshot is created. By default, this parameter is disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
public Boolean getSkipFinalSnapshot()
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip is not specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip is not specified, and the DB cluster snapshot is created. By default, this parameter is disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
public DeleteDBClusterRequest withSkipFinalSnapshot(Boolean skipFinalSnapshot)
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip is not specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip is not specified, and the DB cluster snapshot is created. By default, this parameter is disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
skipFinalSnapshot - A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster
is deleted. If skip is specified, no DB cluster snapshot is created. If skip is not specified, a DB
cluster snapshot is created before the DB cluster is deleted. By default, skip is not specified, and the
DB cluster snapshot is created. By default, this parameter is disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
public Boolean isSkipFinalSnapshot()
A value that indicates whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted. If skip is specified, no DB cluster snapshot is created. If skip is not specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip is not specified, and the DB cluster snapshot is created. By default, this parameter is disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
disabled.
public void setFinalDBSnapshotIdentifier(String finalDBSnapshotIdentifier)
The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is
disabled.
Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the
SkipFinalShapshot parameter results in an error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
finalDBSnapshotIdentifier - The DB cluster snapshot identifier of the new DB cluster snapshot created when
SkipFinalSnapshot is disabled.
Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the
SkipFinalShapshot parameter results in an error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
public String getFinalDBSnapshotIdentifier()
The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is
disabled.
Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the
SkipFinalShapshot parameter results in an error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
SkipFinalSnapshot is disabled.
Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the
SkipFinalShapshot parameter results in an error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
public DeleteDBClusterRequest withFinalDBSnapshotIdentifier(String finalDBSnapshotIdentifier)
The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is
disabled.
Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the
SkipFinalShapshot parameter results in an error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
finalDBSnapshotIdentifier - The DB cluster snapshot identifier of the new DB cluster snapshot created when
SkipFinalSnapshot is disabled.
Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the
SkipFinalShapshot parameter results in an error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
public String toString()
toString in class ObjectObject.toString()public DeleteDBClusterRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.