Interface FileSystemSize.Builder

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

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

    • value

      The latest known metered size (in bytes) of data stored in the file system.

      Parameters:
      value - The latest known metered size (in bytes) of data stored in the file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      FileSystemSize.Builder timestamp(Instant timestamp)

      The time at which the size of data, returned in the Value field, was determined. The value is the integer number of seconds since 1970-01-01T00:00:00Z.

      Parameters:
      timestamp - The time at which the size of data, returned in the Value field, was determined. The value is the integer number of seconds since 1970-01-01T00:00:00Z.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueInIA

      FileSystemSize.Builder valueInIA(Long valueInIA)

      The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.

      Parameters:
      valueInIA - The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueInStandard

      FileSystemSize.Builder valueInStandard(Long valueInStandard)

      The latest known metered size (in bytes) of data stored in the Standard storage class.

      Parameters:
      valueInStandard - The latest known metered size (in bytes) of data stored in the Standard storage class.
      Returns:
      Returns a reference to this object so that method calls can be chained together.