@Generated(value="software.amazon.awssdk:codegen") public final class DeleteDbClusterRequest extends NeptuneRequest implements ToCopyableBuilder<DeleteDbClusterRequest.Builder,DeleteDbClusterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteDbClusterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteDbClusterRequest.Builder |
builder() |
String |
dbClusterIdentifier()
The DB cluster identifier for the DB cluster to be deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
finalDBSnapshotIdentifier()
The DB cluster snapshot identifier of the new DB cluster snapshot created when
SkipFinalSnapshot is
set to false. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteDbClusterRequest.Builder> |
serializableBuilderClass() |
Boolean |
skipFinalSnapshot()
Determines whether a final DB cluster snapshot is created before the DB cluster is deleted.
|
DeleteDbClusterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
Constraints:
Must match an existing DBClusterIdentifier.
public Boolean skipFinalSnapshot()
Determines whether a final DB cluster snapshot is created before the DB cluster is deleted. If true
is specified, no DB cluster snapshot is created. If false is specified, a DB cluster snapshot is
created before the DB cluster is deleted.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
false.
Default: false
true is specified, no DB cluster snapshot is created. If false is specified, a
DB cluster snapshot is created before the DB cluster is deleted.
You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is
false.
Default: false
public String finalDBSnapshotIdentifier()
The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is
set to false.
Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an
error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
SkipFinalSnapshot is set to false.
Specifying this parameter and also setting the SkipFinalShapshot parameter to true results
in an error.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
public DeleteDbClusterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteDbClusterRequest.Builder,DeleteDbClusterRequest>toBuilder in class NeptuneRequestpublic static DeleteDbClusterRequest.Builder builder()
public static Class<? extends DeleteDbClusterRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.