Class DBStorageConfiguration

    • Method Detail

      • storageType

        public final String storageType()

        The type of RDS storage.

        Returns:
        The type of RDS storage.
      • allocatedStorage

        public final Integer allocatedStorage()

        The size of the RDS storage in gigabytes (GB).

        Returns:
        The size of the RDS storage in gigabytes (GB).
      • iops

        public final Integer iops()

        The provisioned IOPs of the RDS storage.

        Returns:
        The provisioned IOPs of the RDS storage.
      • maxAllocatedStorage

        public final Integer maxAllocatedStorage()

        The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.

        Returns:
        The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.
      • storageThroughput

        public final Integer storageThroughput()

        The storage throughput of the RDS storage.

        Returns:
        The storage throughput of the RDS storage.
      • 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)