@Stability(value=Stable)
public static interface CfnVolume.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 |
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() |
Number |
getId()
The ID of the user or group.
|
Number |
getStorageCapacityQuotaGiB()
The amount of storage that the user or group can use in gibibytes (GiB).
|
String |
getType()
A value that specifies whether the quota applies to a user or group.
|
@Stability(value=Stable) @NotNull Number getId()
@Stability(value=Stable) @NotNull Number getStorageCapacityQuotaGiB()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnVolume.UserAndGroupQuotasProperty.Builder builder()
Copyright © 2022. All rights reserved.