Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbClusterRequest.Builder
Packages that use ModifyDbClusterRequest.Builder
Package
Description
-
Uses of ModifyDbClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbClusterRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ModifyDbClusterResponse>RdsAsyncClient.modifyDBCluster(Consumer<ModifyDbClusterRequest.Builder> modifyDbClusterRequest) Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.default ModifyDbClusterResponseRdsClient.modifyDBCluster(Consumer<ModifyDbClusterRequest.Builder> modifyDbClusterRequest) Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster. -
Uses of ModifyDbClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbClusterRequest.BuilderModifier and TypeMethodDescriptionModifyDbClusterRequest.Builder.allocatedStorage(Integer allocatedStorage) The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.ModifyDbClusterRequest.Builder.allowEngineModeChange(Boolean allowEngineModeChange) Specifies whether engine mode changes fromserverlesstoprovisionedare allowed.ModifyDbClusterRequest.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Specifies whether major version upgrades are allowed.ModifyDbClusterRequest.Builder.applyImmediately(Boolean applyImmediately) Specifies whether the modifications in this request are asynchronously applied as soon as possible, regardless of thePreferredMaintenanceWindowsetting for the DB cluster.ModifyDbClusterRequest.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.ModifyDbClusterRequest.Builder.awsBackupRecoveryPointArn(String awsBackupRecoveryPointArn) The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.ModifyDbClusterRequest.Builder.backtrackWindow(Long backtrackWindow) The target backtrack window, in seconds.ModifyDbClusterRequest.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.ModifyDbClusterRequest.builder()ModifyDbClusterRequest.Builder.caCertificateIdentifier(String caCertificateIdentifier) The CA certificate identifier to use for the DB cluster's server certificate.default ModifyDbClusterRequest.BuilderModifyDbClusterRequest.Builder.cloudwatchLogsExportConfiguration(Consumer<CloudwatchLogsExportConfiguration.Builder> cloudwatchLogsExportConfiguration) The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.ModifyDbClusterRequest.Builder.cloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration) The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster.ModifyDbClusterRequest.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy all tags from the DB cluster to snapshots of the DB cluster.ModifyDbClusterRequest.Builder.databaseInsightsMode(String databaseInsightsMode) Specifies the mode of Database Insights to enable for the DB cluster.ModifyDbClusterRequest.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) Specifies the mode of Database Insights to enable for the DB cluster.ModifyDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The DB cluster identifier for the cluster being modified.ModifyDbClusterRequest.Builder.dbClusterInstanceClass(String dbClusterInstanceClass) The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for exampledb.m6gd.xlarge.ModifyDbClusterRequest.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the DB cluster parameter group to use for the DB cluster.ModifyDbClusterRequest.Builder.dbInstanceParameterGroupName(String dbInstanceParameterGroupName) The name of the DB parameter group to apply to all instances of the DB cluster.ModifyDbClusterRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether the DB cluster has deletion protection enabled.The Active Directory directory ID to move the DB cluster to.ModifyDbClusterRequest.Builder.domainIAMRoleName(String domainIAMRoleName) The name of the IAM role to use when making API calls to the Directory Service.ModifyDbClusterRequest.Builder.enableGlobalWriteForwarding(Boolean enableGlobalWriteForwarding) Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database).ModifyDbClusterRequest.Builder.enableHttpEndpoint(Boolean enableHttpEndpoint) Specifies whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster.ModifyDbClusterRequest.Builder.enableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts.ModifyDbClusterRequest.Builder.enableLimitlessDatabase(Boolean enableLimitlessDatabase) Specifies whether to enable Aurora Limitless Database.ModifyDbClusterRequest.Builder.enableLocalWriteForwarding(Boolean enableLocalWriteForwarding) Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster.ModifyDbClusterRequest.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Specifies whether to turn on Performance Insights for the DB cluster.ModifyDbClusterRequest.Builder.engineMode(String engineMode) The DB engine mode of the DB cluster, eitherprovisionedorserverless.ModifyDbClusterRequest.Builder.engineVersion(String engineVersion) The version number of the database engine to which you want to upgrade.The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.ModifyDbClusterRequest.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.ModifyDbClusterRequest.Builder.masterUserAuthenticationType(String masterUserAuthenticationType) Specifies the authentication type for the master user.ModifyDbClusterRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.ModifyDbClusterRequest.Builder.masterUserPassword(String masterUserPassword) The new password for the master database user.ModifyDbClusterRequest.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.ModifyDbClusterRequest.Builder.monitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.ModifyDbClusterRequest.Builder.monitoringRoleArn(String monitoringRoleArn) The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.ModifyDbClusterRequest.Builder.networkType(String networkType) The network type of the DB cluster.ModifyDbClusterRequest.Builder.newDBClusterIdentifier(String newDBClusterIdentifier) The new DB cluster identifier for the DB cluster when renaming a DB cluster.ModifyDbClusterRequest.Builder.optionGroupName(String optionGroupName) The option group to associate the DB cluster with.ModifyDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbClusterRequest.Builder.performanceInsightsKMSKeyId(String performanceInsightsKMSKeyId) The Amazon Web Services KMS key identifier for encryption of Performance Insights data.ModifyDbClusterRequest.Builder.performanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port number on which the DB cluster accepts connections.ModifyDbClusterRequest.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, using theBackupRetentionPeriodparameter.ModifyDbClusterRequest.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).ModifyDbClusterRequest.Builder.rotateMasterUserPassword(Boolean rotateMasterUserPassword) Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user password.default ModifyDbClusterRequest.BuilderModifyDbClusterRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) The scaling properties of the DB cluster.ModifyDbClusterRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration) The scaling properties of the DB cluster.default ModifyDbClusterRequest.BuilderModifyDbClusterRequest.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfiguration.Builder> serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.ModifyDbClusterRequest.Builder.serverlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.ModifyDbClusterRequest.Builder.storageType(String storageType) The storage type to associate with the DB cluster.ModifyDbClusterRequest.toBuilder()ModifyDbClusterRequest.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB cluster.ModifyDbClusterRequest.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB cluster.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbClusterRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbClusterRequest.Builder>ModifyDbClusterRequest.serializableBuilderClass()