Interface DescribeStorageResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>, RedshiftResponse.Builder, SdkBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeStorageResponse

public static interface DescribeStorageResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeStorageResponse.Builder,DescribeStorageResponse>
  • Method Details

    • totalBackupSizeInMegaBytes

      DescribeStorageResponse.Builder totalBackupSizeInMegaBytes(Double totalBackupSizeInMegaBytes)

      The total amount of storage currently used for snapshots.

      Parameters:
      totalBackupSizeInMegaBytes - The total amount of storage currently used for snapshots.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalProvisionedStorageInMegaBytes

      DescribeStorageResponse.Builder totalProvisionedStorageInMegaBytes(Double totalProvisionedStorageInMegaBytes)

      The total amount of storage currently provisioned.

      Parameters:
      totalProvisionedStorageInMegaBytes - The total amount of storage currently provisioned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.