@Stability(value=Stable) public static final class CfnFileSystem.UserAndGroupQuotasProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFileSystem.UserAndGroupQuotasProperty>
CfnFileSystem.UserAndGroupQuotasProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystem.UserAndGroupQuotasProperty |
build()
Builds the configured instance.
|
CfnFileSystem.UserAndGroupQuotasProperty.Builder |
id(Number id)
Sets the value of
CfnFileSystem.UserAndGroupQuotasProperty.getId() |
CfnFileSystem.UserAndGroupQuotasProperty.Builder |
storageCapacityQuotaGiB(Number storageCapacityQuotaGiB)
Sets the value of
CfnFileSystem.UserAndGroupQuotasProperty.getStorageCapacityQuotaGiB() |
CfnFileSystem.UserAndGroupQuotasProperty.Builder |
type(String type)
Sets the value of
CfnFileSystem.UserAndGroupQuotasProperty.getType() |
@Stability(value=Stable) public CfnFileSystem.UserAndGroupQuotasProperty.Builder id(Number id)
CfnFileSystem.UserAndGroupQuotasProperty.getId()id - The ID of the user or group.this@Stability(value=Stable) public CfnFileSystem.UserAndGroupQuotasProperty.Builder storageCapacityQuotaGiB(Number storageCapacityQuotaGiB)
CfnFileSystem.UserAndGroupQuotasProperty.getStorageCapacityQuotaGiB()storageCapacityQuotaGiB - The amount of storage that the user or group can use in gibibytes (GiB).this@Stability(value=Stable) public CfnFileSystem.UserAndGroupQuotasProperty.Builder type(String type)
CfnFileSystem.UserAndGroupQuotasProperty.getType()type - A value that specifies whether the quota applies to a user or group.this@Stability(value=Stable) public CfnFileSystem.UserAndGroupQuotasProperty build()
build in interface software.amazon.jsii.Builder<CfnFileSystem.UserAndGroupQuotasProperty>CfnFileSystem.UserAndGroupQuotasPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.