static DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.builder() |
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.characterSetName(String characterSetName) |
The name of the character set of a tenant database.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) |
The ID for the DB instance that contains the tenant databases.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.dbiResourceId(String dbiResourceId) |
The resource identifier of the source CDB instance.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) |
The identifier for the snapshot of the DB instance.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.dbSnapshotTenantDatabaseARN(String dbSnapshotTenantDatabaseARN) |
The Amazon Resource Name (ARN) for the snapshot tenant database.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.engineName(String engineName) |
The name of the database engine.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.masterUsername(String masterUsername) |
The master username of the tenant database.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.ncharCharacterSetName(String ncharCharacterSetName) |
The NCHAR character set name of the tenant database.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.snapshotType(String snapshotType) |
The type of DB snapshot.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.tenantDatabaseCreateTime(Instant tenantDatabaseCreateTime) |
The time the DB snapshot was taken, specified in Coordinated Universal Time (UTC).
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.tenantDatabaseResourceId(String tenantDatabaseResourceId) |
The resource ID of the tenant database.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.Builder.tenantDBName(String tenantDBName) |
The name of the tenant database.
|
DBSnapshotTenantDatabase.Builder |
DBSnapshotTenantDatabase.toBuilder() |
|