public static interface FileSystemSize.Builder extends SdkPojo, CopyableBuilder<FileSystemSize.Builder,FileSystemSize>
| Modifier and Type | Method and Description |
|---|---|
FileSystemSize.Builder |
timestamp(Instant timestamp)
The time at which the size of data, returned in the
Value field, was determined. |
FileSystemSize.Builder |
value(Long value)
The latest known metered size (in bytes) of data stored in the file system.
|
FileSystemSize.Builder |
valueInIA(Long valueInIA)
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
|
FileSystemSize.Builder |
valueInStandard(Long valueInStandard)
The latest known metered size (in bytes) of data stored in the Standard storage class.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystemSize.Builder value(Long value)
The latest known metered size (in bytes) of data stored in the file system.
value - The latest known metered size (in bytes) of data stored in the file system.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.
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.FileSystemSize.Builder valueInIA(Long valueInIA)
The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.
valueInIA - The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.FileSystemSize.Builder valueInStandard(Long valueInStandard)
The latest known metered size (in bytes) of data stored in the Standard storage class.
valueInStandard - The latest known metered size (in bytes) of data stored in the Standard storage class.Copyright © 2023. All rights reserved.