@Stability(value=Stable)
public static interface CfnFileSystem.UserAndGroupQuotasProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnFileSystem.UserAndGroupQuotasProperty.Builder
A builder for
CfnFileSystem.UserAndGroupQuotasProperty |
static class |
CfnFileSystem.UserAndGroupQuotasProperty.Jsii$Proxy
An implementation for
CfnFileSystem.UserAndGroupQuotasProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFileSystem.UserAndGroupQuotasProperty.Builder |
builder() |
default Number |
getId()
The ID of the user or group.
|
default Number |
getStorageCapacityQuotaGiB()
The amount of storage that the user or group can use in gibibytes (GiB).
|
default String |
getType()
A value that specifies whether the quota applies to a user or group.
|
@Stability(value=Stable) @Nullable default Number getId()
@Stability(value=Stable) @Nullable default Number getStorageCapacityQuotaGiB()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnFileSystem.UserAndGroupQuotasProperty.Builder builder()
Copyright © 2022. All rights reserved.