Interface DeleteTenantDatabaseRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTenantDatabaseRequest.Builder,,DeleteTenantDatabaseRequest> RdsRequest.Builder,SdkBuilder<DeleteTenantDatabaseRequest.Builder,,DeleteTenantDatabaseRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteTenantDatabaseRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondbInstanceIdentifier(String dbInstanceIdentifier) The user-supplied identifier for the DB instance that contains the tenant database that you want to delete.finalDBSnapshotIdentifier(String finalDBSnapshotIdentifier) TheDBSnapshotIdentifierof the newDBSnapshotcreated when theSkipFinalSnapshotparameter is disabled.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.skipFinalSnapshot(Boolean skipFinalSnapshot) Specifies whether to skip the creation of a final DB snapshot before removing the tenant database from your DB instance.tenantDBName(String tenantDBName) The user-supplied name of the tenant database that you want to remove from your DB instance.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
dbInstanceIdentifier
The user-supplied identifier for the DB instance that contains the tenant database that you want to delete.
- Parameters:
 dbInstanceIdentifier- The user-supplied identifier for the DB instance that contains the tenant database that you want to delete.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.- Parameters:
 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 theFinalDBSnapshotIdentifierparameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
finalDBSnapshotIdentifier
The
DBSnapshotIdentifierof the newDBSnapshotcreated when theSkipFinalSnapshotparameter is disabled.If you enable this parameter and also enable
SkipFinalShapshot, the command results in an error.- Parameters:
 finalDBSnapshotIdentifier- TheDBSnapshotIdentifierof the newDBSnapshotcreated when theSkipFinalSnapshotparameter is disabled.If you enable this parameter and also enable
SkipFinalShapshot, the command results in an error.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteTenantDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DeleteTenantDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -