Interface OpenZFSUserOrGroupQuota.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OpenZFSUserOrGroupQuota.Builder,
,OpenZFSUserOrGroupQuota> SdkBuilder<OpenZFSUserOrGroupQuota.Builder,
,OpenZFSUserOrGroupQuota> SdkPojo
- Enclosing class:
OpenZFSUserOrGroupQuota
@Mutable
@NotThreadSafe
public static interface OpenZFSUserOrGroupQuota.Builder
extends SdkPojo, CopyableBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the user or group that the quota applies to.storageCapacityQuotaGiB
(Integer storageCapacityQuotaGiB) The user or group's storage quota, in gibibytes (GiB).Specifies whether the quota applies to a user or group.type
(OpenZFSQuotaType type) Specifies whether the quota applies to a user or group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
Specifies whether the quota applies to a user or group.
- Parameters:
type
- Specifies whether the quota applies to a user or group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies whether the quota applies to a user or group.
- Parameters:
type
- Specifies whether the quota applies to a user or group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The ID of the user or group that the quota applies to.
- Parameters:
id
- The ID of the user or group that the quota applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageCapacityQuotaGiB
The user or group's storage quota, in gibibytes (GiB).
- Parameters:
storageCapacityQuotaGiB
- The user or group's storage quota, in gibibytes (GiB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-