Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyTenantDatabaseRequest.Builder
Packages that use ModifyTenantDatabaseRequest.Builder
Package
Description
-
Uses of ModifyTenantDatabaseRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyTenantDatabaseRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyTenantDatabase(Consumer<ModifyTenantDatabaseRequest.Builder> modifyTenantDatabaseRequest) Modifies an existing tenant database in a DB instance.default ModifyTenantDatabaseResponseRdsClient.modifyTenantDatabase(Consumer<ModifyTenantDatabaseRequest.Builder> modifyTenantDatabaseRequest) Modifies an existing tenant database in a DB instance. -
Uses of ModifyTenantDatabaseRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyTenantDatabaseRequest.BuilderModifier and TypeMethodDescriptionModifyTenantDatabaseRequest.builder()ModifyTenantDatabaseRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The identifier of the DB instance that contains the tenant database that you are modifying.ModifyTenantDatabaseRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.ModifyTenantDatabaseRequest.Builder.masterUserPassword(String masterUserPassword) The new password for the master user of the specified tenant database in your DB instance.ModifyTenantDatabaseRequest.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId) The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.ModifyTenantDatabaseRequest.Builder.newTenantDBName(String newTenantDBName) The new name of the tenant database when renaming a tenant database.ModifyTenantDatabaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyTenantDatabaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyTenantDatabaseRequest.Builder.rotateMasterUserPassword(Boolean rotateMasterUserPassword) Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.ModifyTenantDatabaseRequest.Builder.tenantDBName(String tenantDBName) The user-supplied name of the tenant database that you want to modify.ModifyTenantDatabaseRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyTenantDatabaseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyTenantDatabaseRequest.Builder>ModifyTenantDatabaseRequest.serializableBuilderClass()