public static class StorageUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StorageUsage.Builder |
activeDataSizeInBytes(Long activeDataSizeInBytes)
This is the number of bytes of active data (non-archived)
|
StorageUsage.Builder |
archivedDataSizeInBytes(Long archivedDataSizeInBytes)
This is the number of bytes of archived data in object storage
|
StorageUsage |
build() |
StorageUsage.Builder |
copy(StorageUsage model) |
StorageUsage.Builder |
recalledArchivedDataSizeInBytes(Long recalledArchivedDataSizeInBytes)
This is the number of bytes of recalled data from archived in object store
|
public StorageUsage.Builder activeDataSizeInBytes(Long activeDataSizeInBytes)
This is the number of bytes of active data (non-archived)
activeDataSizeInBytes
- the value to setpublic StorageUsage.Builder archivedDataSizeInBytes(Long archivedDataSizeInBytes)
This is the number of bytes of archived data in object storage
archivedDataSizeInBytes
- the value to setpublic StorageUsage.Builder recalledArchivedDataSizeInBytes(Long recalledArchivedDataSizeInBytes)
This is the number of bytes of recalled data from archived in object store
recalledArchivedDataSizeInBytes
- the value to setpublic StorageUsage build()
public StorageUsage.Builder copy(StorageUsage model)
Copyright © 2016–2024. All rights reserved.