Uses of Class
com.oracle.bmc.filestorage.model.QuotaRule.Builder
-
Packages that use QuotaRule.Builder Package Description com.oracle.bmc.filestorage.model -
-
Uses of QuotaRule.Builder in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return QuotaRule.Builder Modifier and Type Method Description static QuotaRule.Builder
QuotaRule. builder()
Create a new builder.QuotaRule.Builder
QuotaRule.Builder. copy(QuotaRule model)
QuotaRule.Builder
QuotaRule.Builder. displayName(String displayName)
A user-friendly name.QuotaRule.Builder
QuotaRule.Builder. fileSystemId(String fileSystemId)
The OCID of the file System.QuotaRule.Builder
QuotaRule.Builder. id(String id)
The identifier of the quota rule.QuotaRule.Builder
QuotaRule.Builder. isHardQuota(Boolean isHardQuota)
Whether the quota rule will be enforced.QuotaRule.Builder
QuotaRule.Builder. principalId(Integer principalId)
An identifier for the user or the group associated with quota rule and usage.QuotaRule.Builder
QuotaRule.Builder. principalType(QuotaRule.PrincipalType principalType)
The type of the owner of this quota rule and usage.QuotaRule.Builder
QuotaRule.Builder. quotaLimitInGigabytes(Integer quotaLimitInGigabytes)
The value of the quota rule in gigabytes.QuotaRule.Builder
QuotaRule.Builder. timeCreated(Date timeCreated)
The date and time the quota rule was created, expressed in RFC 3339 timestamp format.QuotaRule.Builder
QuotaRule.Builder. timeUpdated(Date timeUpdated)
The date and time the quota rule was last updated, expressed in RFC 3339 timestamp format.QuotaRule.Builder
QuotaRule. toBuilder()
-