static TenantDatabase.Builder |
TenantDatabase.builder() |
|
TenantDatabase.Builder |
TenantDatabase.Builder.characterSetName(String characterSetName) |
The character set of the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
The ID of the DB instance that contains the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.dbiResourceId(String dbiResourceId) |
The Amazon Web Services Region-unique, immutable identifier for the DB instance.
|
TenantDatabase.Builder |
TenantDatabase.Builder.deletionProtection(Boolean deletionProtection) |
Specifies whether deletion protection is enabled for the DB instance.
|
TenantDatabase.Builder |
TenantDatabase.Builder.masterUsername(String masterUsername) |
The master username of the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.ncharCharacterSetName(String ncharCharacterSetName) |
The NCHAR character set name of the tenant database.
|
default TenantDatabase.Builder |
TenantDatabase.Builder.pendingModifiedValues(Consumer<TenantDatabasePendingModifiedValues.Builder> pendingModifiedValues) |
Information about pending changes for a tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.pendingModifiedValues(TenantDatabasePendingModifiedValues pendingModifiedValues) |
Information about pending changes for a tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.status(String status) |
The status of the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
TenantDatabase.Builder |
TenantDatabase.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
TenantDatabase.Builder |
TenantDatabase.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
TenantDatabase.Builder |
TenantDatabase.Builder.tenantDatabaseARN(String tenantDatabaseARN) |
The Amazon Resource Name (ARN) for the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.tenantDatabaseCreateTime(Instant tenantDatabaseCreateTime) |
The creation time of the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.tenantDatabaseResourceId(String tenantDatabaseResourceId) |
The Amazon Web Services Region-unique, immutable identifier for the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.Builder.tenantDBName(String tenantDBName) |
The database name of the tenant database.
|
TenantDatabase.Builder |
TenantDatabase.toBuilder() |
|