Uses of Interface
software.amazon.awssdk.services.rds.model.DBSnapshotTenantDatabase.Builder
Packages that use DBSnapshotTenantDatabase.Builder
-
Uses of DBSnapshotTenantDatabase.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSnapshotTenantDatabase.BuilderModifier and TypeMethodDescriptionDBSnapshotTenantDatabase.builder()DBSnapshotTenantDatabase.Builder.characterSetName(String characterSetName) The name of the character set of a tenant database.DBSnapshotTenantDatabase.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The ID for the DB instance that contains the tenant databases.DBSnapshotTenantDatabase.Builder.dbiResourceId(String dbiResourceId) The resource identifier of the source CDB instance.DBSnapshotTenantDatabase.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier for the snapshot of the DB instance.DBSnapshotTenantDatabase.Builder.dbSnapshotTenantDatabaseARN(String dbSnapshotTenantDatabaseARN) The Amazon Resource Name (ARN) for the snapshot tenant database.DBSnapshotTenantDatabase.Builder.engineName(String engineName) The name of the database engine.DBSnapshotTenantDatabase.Builder.masterUsername(String masterUsername) The master username of the tenant database.DBSnapshotTenantDatabase.Builder.ncharCharacterSetName(String ncharCharacterSetName) TheNCHARcharacter set name of the tenant database.DBSnapshotTenantDatabase.Builder.snapshotType(String snapshotType) The type of DB snapshot.DBSnapshotTenantDatabase.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.DBSnapshotTenantDatabase.Builder.tagList(Consumer<Tag.Builder>... tagList) Sets the value of the TagList property for this object.Sets the value of the TagList property for this object.DBSnapshotTenantDatabase.Builder.tenantDatabaseCreateTime(Instant tenantDatabaseCreateTime) The time the DB snapshot was taken, specified in Coordinated Universal Time (UTC).DBSnapshotTenantDatabase.Builder.tenantDatabaseResourceId(String tenantDatabaseResourceId) The resource ID of the tenant database.DBSnapshotTenantDatabase.Builder.tenantDBName(String tenantDBName) The name of the tenant database.DBSnapshotTenantDatabase.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotTenantDatabase.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBSnapshotTenantDatabase.Builder>DBSnapshotTenantDatabase.serializableBuilderClass()