public static class StorageUsageTrendAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StorageUsageTrendAggregation |
build() |
StorageUsageTrendAggregation.Builder |
copy(StorageUsageTrendAggregation model) |
StorageUsageTrendAggregation.Builder |
fileSystemName(String fileSystemName)
Name of filesystem.
|
StorageUsageTrendAggregation.Builder |
fileSystemSizeInGBs(Double fileSystemSizeInGBs)
Size of filesystem.
|
StorageUsageTrendAggregation.Builder |
mountPoint(String mountPoint)
Mount points are specialized NTFS filesystem objects.
|
StorageUsageTrendAggregation.Builder |
usageData(List<StorageUsageTrend> usageData)
List of usage data samples for a filesystem.
|
public StorageUsageTrendAggregation.Builder fileSystemName(String fileSystemName)
Name of filesystem.
fileSystemName
- the value to setpublic StorageUsageTrendAggregation.Builder mountPoint(String mountPoint)
Mount points are specialized NTFS filesystem objects.
mountPoint
- the value to setpublic StorageUsageTrendAggregation.Builder fileSystemSizeInGBs(Double fileSystemSizeInGBs)
Size of filesystem.
fileSystemSizeInGBs
- the value to setpublic StorageUsageTrendAggregation.Builder usageData(List<StorageUsageTrend> usageData)
List of usage data samples for a filesystem.
usageData
- the value to setpublic StorageUsageTrendAggregation build()
public StorageUsageTrendAggregation.Builder copy(StorageUsageTrendAggregation model)
Copyright © 2016–2024. All rights reserved.