public static final class CapacityThreshold.Builder
extends java.lang.Object
CapacityThreshold.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
CapacityThreshold. |
| Modifier and Type | Method and Description |
|---|---|
CapacityThreshold |
build() |
CapacityThreshold.Builder |
setMaxThresholdPercentage(java.lang.Double maxThresholdPercentage)
Set the maximum threshold percentage.
|
CapacityThreshold.Builder |
setMinThresholdPercentage(java.lang.Double minThresholdPercentage)
Set the minimum threshold percentage.
|
CapacityThreshold.Builder |
setThresholdType(java.lang.String thresholdType)
Indicate the object type for which threshold is to be set.
|
public Builder()
CapacityThreshold.public CapacityThreshold.Builder setMaxThresholdPercentage(java.lang.Double maxThresholdPercentage)
maxThresholdPercentage - New value for the property.public CapacityThreshold.Builder setMinThresholdPercentage(java.lang.Double minThresholdPercentage)
minThresholdPercentage - New value for the property.public CapacityThreshold.Builder setThresholdType(java.lang.String thresholdType)
thresholdType - New value for the property.public CapacityThreshold build()