Interface FileSystemSize.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FileSystemSize.Builder,
,FileSystemSize> SdkBuilder<FileSystemSize.Builder,
,FileSystemSize> SdkPojo
- Enclosing class:
FileSystemSize
@Mutable
@NotThreadSafe
public static interface FileSystemSize.Builder
extends SdkPojo, CopyableBuilder<FileSystemSize.Builder,FileSystemSize>
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the size of data, returned in theValue
field, was determined.The latest known metered size (in bytes) of data stored in the file system.valueInArchive
(Long valueInArchive) The latest known metered size (in bytes) of data stored in the Archive storage class.The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.valueInStandard
(Long valueInStandard) The latest known metered size (in bytes) of data stored in the Standard storage class.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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 theValue
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
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
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.
-
valueInArchive
The latest known metered size (in bytes) of data stored in the Archive storage class.
- Parameters:
valueInArchive
- The latest known metered size (in bytes) of data stored in the Archive storage class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-