Interface OpenZFSUserOrGroupQuota.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>,SdkBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>,SdkPojo
- Enclosing class:
- OpenZFSUserOrGroupQuota
public static interface OpenZFSUserOrGroupQuota.Builder extends SdkPojo, CopyableBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenZFSUserOrGroupQuota.Builderid(Integer id)The ID of the user or group.OpenZFSUserOrGroupQuota.BuilderstorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)The amount of storage that the user or group can use in gibibytes (GiB).OpenZFSUserOrGroupQuota.Buildertype(String type)A value that specifies whether the quota applies to a user or group.OpenZFSUserOrGroupQuota.Buildertype(OpenZFSQuotaType type)A value that 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, sdkFields
-
-
-
-
Method Detail
-
type
OpenZFSUserOrGroupQuota.Builder type(String type)
A value that specifies whether the quota applies to a user or group.
- Parameters:
type- A value that 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:
OpenZFSQuotaType,OpenZFSQuotaType
-
type
OpenZFSUserOrGroupQuota.Builder type(OpenZFSQuotaType type)
A value that specifies whether the quota applies to a user or group.
- Parameters:
type- A value that 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:
OpenZFSQuotaType,OpenZFSQuotaType
-
id
OpenZFSUserOrGroupQuota.Builder id(Integer id)
The ID of the user or group.
- Parameters:
id- The ID of the user or group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageCapacityQuotaGiB
OpenZFSUserOrGroupQuota.Builder storageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The amount of storage that the user or group can use in gibibytes (GiB).
- Parameters:
storageCapacityQuotaGiB- The amount of storage that the user or group can use in gibibytes (GiB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-