Interface RdsDbInstanceStorageConfiguration.Builder

  • Method Details

    • storageType

      The storage type to associate with the DB instance.

      Parameters:
      storageType - The storage type to associate with the DB instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allocatedStorageInGb

      RdsDbInstanceStorageConfiguration.Builder allocatedStorageInGb(Double allocatedStorageInGb)

      The new amount of storage in GB to allocate for the DB instance.

      Parameters:
      allocatedStorageInGb - The new amount of storage in GB to allocate for the DB instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iops

      The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

      Parameters:
      iops - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • storageThroughput

      RdsDbInstanceStorageConfiguration.Builder storageThroughput(Double storageThroughput)

      The storage throughput for the DB instance.

      Parameters:
      storageThroughput - The storage throughput for the DB instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.