public static final class QuotaStatsPerPrefix.Builder
extends java.lang.Object
QuotaStatsPerPrefix
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
QuotaStatsPerPrefix . |
Modifier and Type | Method and Description |
---|---|
QuotaStatsPerPrefix |
build() |
QuotaStatsPerPrefix.Builder |
setPathPrefix(java.lang.String pathPrefix)
Path prefix for retriving the quota details.
|
QuotaStatsPerPrefix.Builder |
setQuotaDetails(java.util.List<QuotaStats> quotaDetails)
QuotaStats list results
|
public Builder()
QuotaStatsPerPrefix
.public QuotaStatsPerPrefix.Builder setPathPrefix(java.lang.String pathPrefix)
pathPrefix
- New value for the property.public QuotaStatsPerPrefix.Builder setQuotaDetails(java.util.List<QuotaStats> quotaDetails)
quotaDetails
- New value for the property.public QuotaStatsPerPrefix build()