public static interface CfnVolume.UserAndGroupQuotasProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.fsx.*; UserAndGroupQuotasProperty userAndGroupQuotasProperty = UserAndGroupQuotasProperty.builder() .id(123) .storageCapacityQuotaGiB(123) .type("type") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVolume.UserAndGroupQuotasProperty.Builder
A builder for
CfnVolume.UserAndGroupQuotasProperty |
static class |
CfnVolume.UserAndGroupQuotasProperty.Jsii$Proxy
An implementation for
CfnVolume.UserAndGroupQuotasProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVolume.UserAndGroupQuotasProperty.Builder |
builder() |
java.lang.Number |
getId()
The ID of the user or group.
|
java.lang.Number |
getStorageCapacityQuotaGiB()
The amount of storage that the user or group can use in gibibytes (GiB).
|
java.lang.String |
getType()
A value that specifies whether the quota applies to a user or group.
|
java.lang.Number getId()
java.lang.Number getStorageCapacityQuotaGiB()
java.lang.String getType()
static CfnVolume.UserAndGroupQuotasProperty.Builder builder()