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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
displayName
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
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
quotaLimitInGigabytes
public UpdateQuotaRuleDetails.Builder quotaLimitInGigabytes(Integer quotaLimitInGigabytes)
An updated value of the quota rule in gigabytes.- Parameters:
quotaLimitInGigabytes
- the value to set- Returns:
- this builder
-
build
public UpdateQuotaRuleDetails build()
-
copy
public UpdateQuotaRuleDetails.Builder copy(UpdateQuotaRuleDetails model)
-
-