@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.
|
Boolean |
getDeleteAutomatedBackups()
Specifies whether to remove automated backups immediately after the DB cluster is deleted.
|
String |
getFinalDBSnapshotIdentifier()
The DB cluster snapshot identifier of the new DB cluster snapshot created when
SkipFinalSnapshot is
disabled. |
Boolean |
getSkipFinalSnapshot()
Specifies whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted.
|
int |
hashCode() |
Boolean |
isDeleteAutomatedBackups()
Specifies whether to remove automated backups immediately after the DB cluster is deleted.
|
Boolean |
isSkipFinalSnapshot()
Specifies 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 |
setDeleteAutomatedBackups(Boolean deleteAutomatedBackups)
Specifies whether to remove automated backups immediately after the DB cluster is 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)
Specifies 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 |
withDeleteAutomatedBackups(Boolean deleteAutomatedBackups)
Specifies whether to remove automated backups immediately after the DB cluster is 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)
Specifies 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, withSdkRequestTimeout
public 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)
Specifies 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 isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't 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
- Specifies 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 isn't specified, a DB cluster snapshot is
created before the DB cluster is deleted. By default, skip isn't 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()
Specifies 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 isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't 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)
Specifies 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 isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't 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
- Specifies 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 isn't specified, a DB cluster snapshot is
created before the DB cluster is deleted. By default, skip isn't 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()
Specifies 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 isn't specified, a DB cluster snapshot is created before the DB cluster is deleted. By default, skip isn't 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 void setDeleteAutomatedBackups(Boolean deleteAutomatedBackups)
Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
deleteAutomatedBackups
- Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter
isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is
deleted. You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
public Boolean getDeleteAutomatedBackups()
Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
public DeleteDBClusterRequest withDeleteAutomatedBackups(Boolean deleteAutomatedBackups)
Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
deleteAutomatedBackups
- Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter
isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is
deleted. You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
public Boolean isDeleteAutomatedBackups()
Specifies whether to remove automated backups immediately after the DB cluster is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB cluster is deleted.
You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
You must delete automated backups for Amazon RDS Multi-AZ DB clusters. For more information about managing automated backups for RDS Multi-AZ DB clusters, see Managing automated backups.
public String toString()
toString
in class Object
Object.toString()
public DeleteDBClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()