public static final class QuotaStats.Builder
extends java.lang.Object
QuotaStats
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
QuotaStats . |
Modifier and Type | Method and Description |
---|---|
QuotaStats |
build() |
QuotaStats.Builder |
setAssignedMaxLimit(java.lang.Long assignedMaxLimit)
Assigned max workload count.
|
QuotaStats.Builder |
setCurrentInventory(java.lang.Long currentInventory)
Current workload count.
|
QuotaStats.Builder |
setObjectType(java.lang.String objectType)
Resource type name.
|
QuotaStats.Builder |
setQuotaName(java.lang.String quotaName)
Quota name.
|
QuotaStats.Builder |
setQuotaOwnerId(java.lang.String quotaOwnerId)
This is a UUID generated by the system for knowing whoes owns this object.
|
QuotaStats.Builder |
setQuotaPath(java.lang.String quotaPath)
Quota policy path.
|
public Builder()
QuotaStats
.public QuotaStats.Builder setAssignedMaxLimit(java.lang.Long assignedMaxLimit)
assignedMaxLimit
- New value for the property.public QuotaStats.Builder setCurrentInventory(java.lang.Long currentInventory)
currentInventory
- New value for the property.public QuotaStats.Builder setObjectType(java.lang.String objectType)
objectType
- New value for the property.public QuotaStats.Builder setQuotaName(java.lang.String quotaName)
quotaName
- New value for the property.public QuotaStats.Builder setQuotaOwnerId(java.lang.String quotaOwnerId)
quotaOwnerId
- New value for the property.public QuotaStats.Builder setQuotaPath(java.lang.String quotaPath)
quotaPath
- New value for the property.public QuotaStats build()