Class FsxOpenzfsVolumeUserAndGroupQuotas.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.fsx_openzfs_volume.FsxOpenzfsVolumeUserAndGroupQuotas.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FsxOpenzfsVolumeUserAndGroupQuotas>
- Enclosing interface:
- FsxOpenzfsVolumeUserAndGroupQuotas
@Stability(Stable) public static final class FsxOpenzfsVolumeUserAndGroupQuotas.Builder extends Object implements software.amazon.jsii.Builder<FsxOpenzfsVolumeUserAndGroupQuotas>
A builder forFsxOpenzfsVolumeUserAndGroupQuotas
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FsxOpenzfsVolumeUserAndGroupQuotasbuild()Builds the configured instance.FsxOpenzfsVolumeUserAndGroupQuotas.Builderid(Number id)Sets the value ofFsxOpenzfsVolumeUserAndGroupQuotas.getId()FsxOpenzfsVolumeUserAndGroupQuotas.BuilderstorageCapacityQuotaGib(Number storageCapacityQuotaGib)Sets the value ofFsxOpenzfsVolumeUserAndGroupQuotas.getStorageCapacityQuotaGib()FsxOpenzfsVolumeUserAndGroupQuotas.Buildertype(String type)Sets the value ofFsxOpenzfsVolumeUserAndGroupQuotas.getType()
-
-
-
Method Detail
-
id
@Stability(Stable) public FsxOpenzfsVolumeUserAndGroupQuotas.Builder id(Number id)
Sets the value ofFsxOpenzfsVolumeUserAndGroupQuotas.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#id FsxOpenzfsVolume#id}. This parameter is required. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
storageCapacityQuotaGib
@Stability(Stable) public FsxOpenzfsVolumeUserAndGroupQuotas.Builder storageCapacityQuotaGib(Number storageCapacityQuotaGib)
Sets the value ofFsxOpenzfsVolumeUserAndGroupQuotas.getStorageCapacityQuotaGib()- Parameters:
storageCapacityQuotaGib- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#storage_capacity_quota_gib FsxOpenzfsVolume#storage_capacity_quota_gib}. This parameter is required.- Returns:
this
-
type
@Stability(Stable) public FsxOpenzfsVolumeUserAndGroupQuotas.Builder type(String type)
Sets the value ofFsxOpenzfsVolumeUserAndGroupQuotas.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_openzfs_volume#type FsxOpenzfsVolume#type}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public FsxOpenzfsVolumeUserAndGroupQuotas build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FsxOpenzfsVolumeUserAndGroupQuotas>- Returns:
- a new instance of
FsxOpenzfsVolumeUserAndGroupQuotas - Throws:
NullPointerException- if any required attribute was not provided
-
-