static ModifyTenantDatabaseRequest.Builder |
ModifyTenantDatabaseRequest.builder() |
|
ModifyTenantDatabaseRequest.Builder |
ModifyTenantDatabaseRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
The identifier of the DB instance that contains the tenant database that you are modifying.
|
ModifyTenantDatabaseRequest.Builder |
ModifyTenantDatabaseRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) |
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
ModifyTenantDatabaseRequest.Builder |
ModifyTenantDatabaseRequest.Builder.masterUserPassword(String masterUserPassword) |
The new password for the master user of the specified tenant database in your DB instance.
|
ModifyTenantDatabaseRequest.Builder |
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 |
ModifyTenantDatabaseRequest.Builder.newTenantDBName(String newTenantDBName) |
The new name of the tenant database when renaming a tenant database.
|
ModifyTenantDatabaseRequest.Builder |
ModifyTenantDatabaseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ModifyTenantDatabaseRequest.Builder |
ModifyTenantDatabaseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ModifyTenantDatabaseRequest.Builder |
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 |
ModifyTenantDatabaseRequest.Builder.tenantDBName(String tenantDBName) |
The user-supplied name of the tenant database that you want to modify.
|
ModifyTenantDatabaseRequest.Builder |
ModifyTenantDatabaseRequest.toBuilder() |
|