Uses of Interface
software.amazon.awssdk.services.rds.model.TenantDatabase.Builder
Packages that use TenantDatabase.Builder
-
Uses of TenantDatabase.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return TenantDatabase.BuilderModifier and TypeMethodDescriptionstatic TenantDatabase.BuilderTenantDatabase.builder()TenantDatabase.Builder.characterSetName(String characterSetName) The character set of the tenant database.TenantDatabase.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The ID of the DB instance that contains the tenant database.TenantDatabase.Builder.dbiResourceId(String dbiResourceId) The Amazon Web Services Region-unique, immutable identifier for the DB instance.TenantDatabase.Builder.deletionProtection(Boolean deletionProtection) Specifies whether deletion protection is enabled for the DB instance.TenantDatabase.Builder.masterUsername(String masterUsername) The master username of the tenant database.default TenantDatabase.BuilderTenantDatabase.Builder.masterUserSecret(Consumer<MasterUserSecret.Builder> masterUserSecret) Sets the value of the MasterUserSecret property for this object.TenantDatabase.Builder.masterUserSecret(MasterUserSecret masterUserSecret) Sets the value of the MasterUserSecret property for this object.TenantDatabase.Builder.ncharCharacterSetName(String ncharCharacterSetName) TheNCHARcharacter set name of the tenant database.default TenantDatabase.BuilderTenantDatabase.Builder.pendingModifiedValues(Consumer<TenantDatabasePendingModifiedValues.Builder> pendingModifiedValues) Information about pending changes for a tenant database.TenantDatabase.Builder.pendingModifiedValues(TenantDatabasePendingModifiedValues pendingModifiedValues) Information about pending changes for a tenant database.The status of the tenant database.TenantDatabase.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.TenantDatabase.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.TenantDatabase.Builder.tenantDatabaseARN(String tenantDatabaseARN) The Amazon Resource Name (ARN) for the tenant database.TenantDatabase.Builder.tenantDatabaseCreateTime(Instant tenantDatabaseCreateTime) The creation time of the tenant database.TenantDatabase.Builder.tenantDatabaseResourceId(String tenantDatabaseResourceId) The Amazon Web Services Region-unique, immutable identifier for the tenant database.TenantDatabase.Builder.tenantDBName(String tenantDBName) The database name of the tenant database.TenantDatabase.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type TenantDatabase.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TenantDatabase.Builder>TenantDatabase.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type TenantDatabase.BuilderModifier and TypeMethodDescriptionCreateTenantDatabaseResponse.Builder.tenantDatabase(Consumer<TenantDatabase.Builder> tenantDatabase) Sets the value of the TenantDatabase property for this object.DeleteTenantDatabaseResponse.Builder.tenantDatabase(Consumer<TenantDatabase.Builder> tenantDatabase) Sets the value of the TenantDatabase property for this object.ModifyTenantDatabaseResponse.Builder.tenantDatabase(Consumer<TenantDatabase.Builder> tenantDatabase) Sets the value of the TenantDatabase property for this object.