public static final class CapacityUsageMetaInfo.Builder
extends java.lang.Object
CapacityUsageMetaInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
CapacityUsageMetaInfo. |
| Modifier and Type | Method and Description |
|---|---|
CapacityUsageMetaInfo |
build() |
CapacityUsageMetaInfo.Builder |
setLastUpdatedTimestamp(java.lang.Long lastUpdatedTimestamp)
Timestamp at which capacity usage was last calculated format: int64
|
CapacityUsageMetaInfo.Builder |
setMaxGlobalThresholdPercentage(java.lang.Double maxGlobalThresholdPercentage)
Indicates the maximum global threshold percentage
|
CapacityUsageMetaInfo.Builder |
setMinGlobalThresholdPercentage(java.lang.Double minGlobalThresholdPercentage)
Indicates the minimum global threshold percentage
|
public Builder()
CapacityUsageMetaInfo.public CapacityUsageMetaInfo.Builder setLastUpdatedTimestamp(java.lang.Long lastUpdatedTimestamp)
lastUpdatedTimestamp - New value for the property.public CapacityUsageMetaInfo.Builder setMaxGlobalThresholdPercentage(java.lang.Double maxGlobalThresholdPercentage)
maxGlobalThresholdPercentage - New value for the property.public CapacityUsageMetaInfo.Builder setMinGlobalThresholdPercentage(java.lang.Double minGlobalThresholdPercentage)
minGlobalThresholdPercentage - New value for the property.public CapacityUsageMetaInfo build()