Interface RdsDbInstanceStorageConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>, SdkBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>, SdkPojo
Enclosing class:
RdsDbInstanceStorageConfiguration

public static interface RdsDbInstanceStorageConfiguration.Builder extends SdkPojo, CopyableBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>
  • 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.