Uses of Interface
software.amazon.awssdk.services.rds.model.PendingModifiedValues.Builder
Packages that use PendingModifiedValues.Builder
-
Uses of PendingModifiedValues.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return PendingModifiedValues.BuilderModifier and TypeMethodDescriptionPendingModifiedValues.Builder.additionalStorageVolumes(Collection<AdditionalStorageVolume> additionalStorageVolumes) The additional storage volume modifications that are pending for the DB instance.PendingModifiedValues.Builder.additionalStorageVolumes(Consumer<AdditionalStorageVolume.Builder>... additionalStorageVolumes) The additional storage volume modifications that are pending for the DB instance.PendingModifiedValues.Builder.additionalStorageVolumes(AdditionalStorageVolume... additionalStorageVolumes) The additional storage volume modifications that are pending for the DB instance.PendingModifiedValues.Builder.allocatedStorage(Integer allocatedStorage) The allocated storage size for the DB instance specified in gibibytes (GiB).PendingModifiedValues.Builder.automationMode(String automationMode) The automation mode of the RDS Custom DB instance:fullorall-paused.PendingModifiedValues.Builder.automationMode(AutomationMode automationMode) The automation mode of the RDS Custom DB instance:fullorall-paused.PendingModifiedValues.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.PendingModifiedValues.builder()PendingModifiedValues.Builder.caCertificateIdentifier(String caCertificateIdentifier) The identifier of the CA certificate for the DB instance.PendingModifiedValues.Builder.dbInstanceClass(String dbInstanceClass) The name of the compute and memory capacity class for the DB instance.PendingModifiedValues.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The database identifier for the DB instance.PendingModifiedValues.Builder.dbSubnetGroupName(String dbSubnetGroupName) The DB subnet group for the DB instance.PendingModifiedValues.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) Indicates whether the DB instance has a dedicated log volume (DLV) enabled.>The database engine of the DB instance.PendingModifiedValues.Builder.engineVersion(String engineVersion) The database engine version.PendingModifiedValues.Builder.iamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled) Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.The Provisioned IOPS value for the DB instance.PendingModifiedValues.Builder.licenseModel(String licenseModel) The license model for the DB instance.PendingModifiedValues.Builder.masterUserPassword(String masterUserPassword) The master credentials for the DB instance.Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.PendingModifiedValues.Builder.multiTenant(Boolean multiTenant) Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).default PendingModifiedValues.BuilderPendingModifiedValues.Builder.pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports) Sets the value of the PendingCloudwatchLogsExports property for this object.PendingModifiedValues.Builder.pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) Sets the value of the PendingCloudwatchLogsExports property for this object.The port for the DB instance.PendingModifiedValues.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.PendingModifiedValues.Builder.processorFeatures(Consumer<ProcessorFeature.Builder>... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.PendingModifiedValues.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.PendingModifiedValues.Builder.resumeFullAutomationModeTime(Instant resumeFullAutomationModeTime) The number of minutes to pause the automation.PendingModifiedValues.Builder.storageThroughput(Integer storageThroughput) The storage throughput of the DB instance.PendingModifiedValues.Builder.storageType(String storageType) The storage type of the DB instance.PendingModifiedValues.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type PendingModifiedValues.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PendingModifiedValues.Builder>PendingModifiedValues.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type PendingModifiedValues.BuilderModifier and TypeMethodDescriptiondefault DBInstance.BuilderDBInstance.Builder.pendingModifiedValues(Consumer<PendingModifiedValues.Builder> pendingModifiedValues) Information about pending changes to the DB instance.