public static class UpdateQuotaRuleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateQuotaRuleDetails |
build() |
UpdateQuotaRuleDetails.Builder |
copy(UpdateQuotaRuleDetails model) |
UpdateQuotaRuleDetails.Builder |
displayName(String displayName)
A user-friendly name that the quota rule will be renamed to.
|
UpdateQuotaRuleDetails.Builder |
quotaLimitInGigabytes(Integer quotaLimitInGigabytes)
An updated value of the quota rule in gigabytes.
|
public UpdateQuotaRuleDetails.Builder displayName(String displayName)
A user-friendly name that the quota rule will be renamed to. It does not have to be
unique. Avoid entering confidential information. Example: UserXYZ's quota
displayName
- the value to setpublic UpdateQuotaRuleDetails.Builder quotaLimitInGigabytes(Integer quotaLimitInGigabytes)
An updated value of the quota rule in gigabytes.
quotaLimitInGigabytes
- the value to setpublic UpdateQuotaRuleDetails build()
public UpdateQuotaRuleDetails.Builder copy(UpdateQuotaRuleDetails model)
Copyright © 2016–2025. All rights reserved.