Class ClusterPendingModifiedValues

    • Method Detail

      • pendingCloudwatchLogsExports

        public final PendingCloudwatchLogsExports pendingCloudwatchLogsExports()

        This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.

        Returns:
        This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.
      • dbClusterIdentifier

        public final String dbClusterIdentifier()

        The DBClusterIdentifier value for the DB cluster.

        Returns:
        The DBClusterIdentifier value for the DB cluster.
      • iamDatabaseAuthenticationEnabled

        public final Boolean iamDatabaseAuthenticationEnabled()

        A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

        Returns:
        A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
      • engineVersion

        public final String engineVersion()

        The database engine version.

        Returns:
        The database engine version.
      • backupRetentionPeriod

        public final Integer backupRetentionPeriod()

        The number of days for which automatic DB snapshots are retained.

        Returns:
        The number of days for which automatic DB snapshots are retained.
      • storageType

        public final String storageType()

        The storage type for the DB cluster.

        Returns:
        The storage type for the DB cluster.
      • allocatedStorage

        public final Integer allocatedStorage()

        The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.

        Returns:
        The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.
      • iops

        public final Integer iops()

        The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.

        Returns:
        The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)