Uses of Interface
software.amazon.awssdk.services.rds.model.ClusterPendingModifiedValues.Builder
Packages that use ClusterPendingModifiedValues.Builder
-
Uses of ClusterPendingModifiedValues.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ClusterPendingModifiedValues.BuilderModifier and TypeMethodDescriptionClusterPendingModifiedValues.Builder.allocatedStorage(Integer allocatedStorage) The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora.ClusterPendingModifiedValues.Builder.backupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automatic DB snapshots are retained.ClusterPendingModifiedValues.builder()ClusterPendingModifiedValues.Builder.certificateDetails(Consumer<CertificateDetails.Builder> certificateDetails) Sets the value of the CertificateDetails property for this object.ClusterPendingModifiedValues.Builder.certificateDetails(CertificateDetails certificateDetails) Sets the value of the CertificateDetails property for this object.ClusterPendingModifiedValues.Builder.dbClusterIdentifier(String dbClusterIdentifier) The DBClusterIdentifier value for the DB cluster.ClusterPendingModifiedValues.Builder.engineVersion(String engineVersion) The database engine version.ClusterPendingModifiedValues.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 (I/O operations per second) value.ClusterPendingModifiedValues.Builder.masterUserPassword(String masterUserPassword) The master credentials for the DB cluster.ClusterPendingModifiedValues.Builder.pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports) Sets the value of the PendingCloudwatchLogsExports property for this object.ClusterPendingModifiedValues.Builder.pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) Sets the value of the PendingCloudwatchLogsExports property for this object.ClusterPendingModifiedValues.Builder.rdsCustomClusterConfiguration(Consumer<RdsCustomClusterConfiguration.Builder> rdsCustomClusterConfiguration) Reserved for future use.ClusterPendingModifiedValues.Builder.rdsCustomClusterConfiguration(RdsCustomClusterConfiguration rdsCustomClusterConfiguration) Reserved for future use.ClusterPendingModifiedValues.Builder.storageType(String storageType) The storage type for the DB cluster.ClusterPendingModifiedValues.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ClusterPendingModifiedValues.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ClusterPendingModifiedValues.Builder>ClusterPendingModifiedValues.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ClusterPendingModifiedValues.BuilderModifier and TypeMethodDescriptiondefault DBCluster.BuilderDBCluster.Builder.pendingModifiedValues(Consumer<ClusterPendingModifiedValues.Builder> pendingModifiedValues) Information about pending changes to the DB cluster.