Package com.oracle.bmc.filestorage.model
Class UpdateQuotaRuleDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.UpdateQuotaRuleDetails.Builder
 
- 
- Enclosing class:
- UpdateQuotaRuleDetails
 
 public static class UpdateQuotaRuleDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateQuotaRuleDetailsbuild()UpdateQuotaRuleDetails.Buildercopy(UpdateQuotaRuleDetails model)UpdateQuotaRuleDetails.BuilderdisplayName(String displayName)A user-friendly name that the quota rule will be renamed to.UpdateQuotaRuleDetails.BuilderquotaLimitInGigabytes(Integer quotaLimitInGigabytes)An updated value of the quota rule in gigabytes.
 
- 
- 
- 
Method Detail- 
displayNamepublic 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 - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
quotaLimitInGigabytespublic UpdateQuotaRuleDetails.Builder quotaLimitInGigabytes(Integer quotaLimitInGigabytes) An updated value of the quota rule in gigabytes.- Parameters:
- quotaLimitInGigabytes- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateQuotaRuleDetails build() 
 - 
copypublic UpdateQuotaRuleDetails.Builder copy(UpdateQuotaRuleDetails model) 
 
- 
 
-