Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbInstanceRequest.Builder
Packages that use ModifyDbInstanceRequest.Builder
Package
Description
-
Uses of ModifyDbInstanceRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbInstanceRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBInstance(Consumer<ModifyDbInstanceRequest.Builder> modifyDbInstanceRequest) Modifies settings for a DB instance.default ModifyDbInstanceResponseRdsClient.modifyDBInstance(Consumer<ModifyDbInstanceRequest.Builder> modifyDbInstanceRequest) Modifies settings for a DB instance. -
Uses of ModifyDbInstanceRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbInstanceRequest.BuilderModifier and TypeMethodDescriptionModifyDbInstanceRequest.Builder.additionalStorageVolumes(Collection<ModifyAdditionalStorageVolume> additionalStorageVolumes) A list of additional storage volumes to modify or delete for the DB instance.ModifyDbInstanceRequest.Builder.additionalStorageVolumes(Consumer<ModifyAdditionalStorageVolume.Builder>... additionalStorageVolumes) A list of additional storage volumes to modify or delete for the DB instance.ModifyDbInstanceRequest.Builder.additionalStorageVolumes(ModifyAdditionalStorageVolume... additionalStorageVolumes) A list of additional storage volumes to modify or delete for the DB instance.ModifyDbInstanceRequest.Builder.allocatedStorage(Integer allocatedStorage) The new amount of storage in gibibytes (GiB) to allocate for the DB instance.ModifyDbInstanceRequest.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Specifies whether major version upgrades are allowed.ModifyDbInstanceRequest.Builder.applyImmediately(Boolean applyImmediately) Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of thePreferredMaintenanceWindowsetting for the DB instance.ModifyDbInstanceRequest.Builder.automationMode(String automationMode) The automation mode of the RDS Custom DB instance.ModifyDbInstanceRequest.Builder.automationMode(AutomationMode automationMode) The automation mode of the RDS Custom DB instance.ModifyDbInstanceRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Specifies whether minor version upgrades are applied automatically to the DB instance during the maintenance window.ModifyDbInstanceRequest.Builder.awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn) The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.ModifyDbInstanceRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days to retain automated backups.ModifyDbInstanceRequest.builder()ModifyDbInstanceRequest.Builder.caCertificateIdentifier(String caCertificateIdentifier) The CA certificate identifier to use for the DB instance's server certificate.ModifyDbInstanceRequest.Builder.certificateRotationRestart(Boolean certificateRotationRestart) Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.default ModifyDbInstanceRequest.BuilderModifyDbInstanceRequest.Builder.cloudwatchLogsExportConfiguration(Consumer<CloudwatchLogsExportConfiguration.Builder> cloudwatchLogsExportConfiguration) The log types to be enabled for export to CloudWatch Logs for a specific DB instance.ModifyDbInstanceRequest.Builder.cloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration) The log types to be enabled for export to CloudWatch Logs for a specific DB instance.ModifyDbInstanceRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy all tags from the DB instance to snapshots of the DB instance.ModifyDbInstanceRequest.Builder.databaseInsightsMode(String databaseInsightsMode) Specifies the mode of Database Insights to enable for the DB instance.ModifyDbInstanceRequest.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) Specifies the mode of Database Insights to enable for the DB instance.ModifyDbInstanceRequest.Builder.dbInstanceClass(String dbInstanceClass) The new compute and memory capacity of the DB instance, for exampledb.m4.large.ModifyDbInstanceRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The identifier of DB instance to modify.ModifyDbInstanceRequest.Builder.dbParameterGroupName(String dbParameterGroupName) The name of the DB parameter group to apply to the DB instance.ModifyDbInstanceRequest.Builder.dbPortNumber(Integer dbPortNumber) The port number on which the database accepts connections.ModifyDbInstanceRequest.Builder.dbSecurityGroups(String... dbSecurityGroups) A list of DB security groups to authorize on this DB instance.ModifyDbInstanceRequest.Builder.dbSecurityGroups(Collection<String> dbSecurityGroups) A list of DB security groups to authorize on this DB instance.ModifyDbInstanceRequest.Builder.dbSubnetGroupName(String dbSubnetGroupName) The new DB subnet group for the DB instance.ModifyDbInstanceRequest.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) Indicates whether the DB instance has a dedicated log volume (DLV) enabled.ModifyDbInstanceRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether the DB instance has deletion protection enabled.ModifyDbInstanceRequest.Builder.disableDomain(Boolean disableDomain) Specifies whether to remove the DB instance from the Active Directory domain.The Active Directory directory ID to move the DB instance to.ModifyDbInstanceRequest.Builder.domainAuthSecretArn(String domainAuthSecretArn) The ARN for the Secrets Manager secret with the credentials for the user joining the domain.ModifyDbInstanceRequest.Builder.domainDnsIps(String... domainDnsIps) The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.ModifyDbInstanceRequest.Builder.domainDnsIps(Collection<String> domainDnsIps) The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.ModifyDbInstanceRequest.Builder.domainFqdn(String domainFqdn) The fully qualified domain name (FQDN) of an Active Directory domain.ModifyDbInstanceRequest.Builder.domainIAMRoleName(String domainIAMRoleName) The name of the IAM role to use when making API calls to the Directory Service.The Active Directory organizational unit for your DB instance to join.ModifyDbInstanceRequest.Builder.enableCustomerOwnedIp(Boolean enableCustomerOwnedIp) Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.ModifyDbInstanceRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts.ModifyDbInstanceRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Specifies whether to enable Performance Insights for the DB instance.The target Oracle DB engine when you convert a non-CDB to a CDB.ModifyDbInstanceRequest.Builder.engineVersion(String engineVersion) The version number of the database engine to upgrade to.The new Provisioned IOPS (I/O operations per second) value for the RDS instance.ModifyDbInstanceRequest.Builder.licenseModel(String licenseModel) The license model for the DB instance.ModifyDbInstanceRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.ModifyDbInstanceRequest.Builder.masterUserAuthenticationType(String masterUserAuthenticationType) Specifies the authentication type for the master user.ModifyDbInstanceRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.ModifyDbInstanceRequest.Builder.masterUserPassword(String masterUserPassword) The new password for the master user.ModifyDbInstanceRequest.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId) The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.ModifyDbInstanceRequest.Builder.maxAllocatedStorage(Integer maxAllocatedStorage) The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.ModifyDbInstanceRequest.Builder.monitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.ModifyDbInstanceRequest.Builder.monitoringRoleArn(String monitoringRoleArn) The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.Specifies whether the DB instance is a Multi-AZ deployment.ModifyDbInstanceRequest.Builder.multiTenant(Boolean multiTenant) Specifies whether the to convert your DB instance from the single-tenant configuration to the multi-tenant configuration.ModifyDbInstanceRequest.Builder.networkType(String networkType) The network type of the DB instance.ModifyDbInstanceRequest.Builder.newDBInstanceIdentifier(String newDBInstanceIdentifier) The new identifier for the DB instance when renaming a DB instance.ModifyDbInstanceRequest.Builder.optionGroupName(String optionGroupName) The option group to associate the DB instance with.ModifyDbInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbInstanceRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) The Amazon Web Services KMS key identifier for encryption of Performance Insights data.ModifyDbInstanceRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.ModifyDbInstanceRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriodparameter.ModifyDbInstanceRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, which might result in an outage.ModifyDbInstanceRequest.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.ModifyDbInstanceRequest.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.ModifyDbInstanceRequest.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.ModifyDbInstanceRequest.Builder.promotionTier(Integer promotionTier) The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.ModifyDbInstanceRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the DB instance is publicly accessible.ModifyDbInstanceRequest.Builder.replicaMode(String replicaMode) The open mode of a replica database.ModifyDbInstanceRequest.Builder.replicaMode(ReplicaMode replicaMode) The open mode of a replica database.ModifyDbInstanceRequest.Builder.resumeFullAutomationModeMinutes(Integer resumeFullAutomationModeMinutes) The number of minutes to pause the automation.ModifyDbInstanceRequest.Builder.rotateMasterUserPassword(Boolean rotateMasterUserPassword) Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.ModifyDbInstanceRequest.Builder.storageThroughput(Integer storageThroughput) The storage throughput value for the DB instance.ModifyDbInstanceRequest.Builder.storageType(String storageType) The storage type to associate with the DB instance.ModifyDbInstanceRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to assign to resources associated with the DB instance.ModifyDbInstanceRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to assign to resources associated with the DB instance.ModifyDbInstanceRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to assign to resources associated with the DB instance.ModifyDbInstanceRequest.Builder.tdeCredentialArn(String tdeCredentialArn) The ARN from the key store with which to associate the instance for TDE encryption.ModifyDbInstanceRequest.Builder.tdeCredentialPassword(String tdeCredentialPassword) The password for the given ARN from the key store in order to access the device.ModifyDbInstanceRequest.toBuilder()ModifyDbInstanceRequest.Builder.useDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures) Specifies whether the DB instance class of the DB instance uses its default processor features.ModifyDbInstanceRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of Amazon EC2 VPC security groups to associate with this DB instance.ModifyDbInstanceRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of Amazon EC2 VPC security groups to associate with this DB instance.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbInstanceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbInstanceRequest.Builder>ModifyDbInstanceRequest.serializableBuilderClass()