Class DeleteTenantDatabaseRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteTenantDatabaseRequest.Builder,DeleteTenantDatabaseRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe user-supplied identifier for the DB instance that contains the tenant database that you want to delete.final booleanfinal booleanequalsBySdkFields(Object obj) final StringTheDBSnapshotIdentifierof the newDBSnapshotcreated when theSkipFinalSnapshotparameter is disabled.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DeleteTenantDatabaseRequest.Builder>final BooleanSpecifies whether to skip the creation of a final DB snapshot before removing the tenant database from your DB instance.final StringThe user-supplied name of the tenant database that you want to remove from your DB instance.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dbInstanceIdentifier
The user-supplied identifier for the DB instance that contains the tenant database that you want to delete.
- Returns:
- The user-supplied identifier for the DB instance that contains the tenant database that you want to delete.
-
tenantDBName
The user-supplied name of the tenant database that you want to remove from your DB instance. Amazon RDS deletes the tenant database with this name. This parameter isn’t case-sensitive.
- Returns:
- The user-supplied name of the tenant database that you want to remove from your DB instance. Amazon RDS deletes the tenant database with this name. This parameter isn’t case-sensitive.
-
skipFinalSnapshot
Specifies whether to skip the creation of a final DB snapshot before removing the tenant database from your DB instance. If you enable this parameter, RDS doesn't create a DB snapshot. If you don't enable this parameter, RDS creates a DB snapshot before it deletes the tenant database. By default, RDS doesn't skip the final snapshot. If you don't enable this parameter, you must specify the
FinalDBSnapshotIdentifierparameter.- Returns:
- Specifies whether to skip the creation of a final DB snapshot before removing the tenant database from
your DB instance. If you enable this parameter, RDS doesn't create a DB snapshot. If you don't enable
this parameter, RDS creates a DB snapshot before it deletes the tenant database. By default, RDS doesn't
skip the final snapshot. If you don't enable this parameter, you must specify the
FinalDBSnapshotIdentifierparameter.
-
finalDBSnapshotIdentifier
The
DBSnapshotIdentifierof the newDBSnapshotcreated when theSkipFinalSnapshotparameter is disabled.If you enable this parameter and also enable
SkipFinalShapshot, the command results in an error.- Returns:
- The
DBSnapshotIdentifierof the newDBSnapshotcreated when theSkipFinalSnapshotparameter is disabled.If you enable this parameter and also enable
SkipFinalShapshot, the command results in an error.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteTenantDatabaseRequest.Builder,DeleteTenantDatabaseRequest> - Specified by:
toBuilderin classRdsRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-