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