Class TransferUserPosixProfile.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.transfer_user.TransferUserPosixProfile.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<TransferUserPosixProfile>
- Enclosing interface:
- TransferUserPosixProfile
@Stability(Stable) public static final class TransferUserPosixProfile.Builder extends Object implements software.amazon.jsii.Builder<TransferUserPosixProfile>
A builder forTransferUserPosixProfile
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransferUserPosixProfilebuild()Builds the configured instance.TransferUserPosixProfile.Buildergid(Number gid)Sets the value ofTransferUserPosixProfile.getGid()TransferUserPosixProfile.BuildersecondaryGids(List<? extends Number> secondaryGids)Sets the value ofTransferUserPosixProfile.getSecondaryGids()TransferUserPosixProfile.Builderuid(Number uid)Sets the value ofTransferUserPosixProfile.getUid()
-
-
-
Method Detail
-
gid
@Stability(Stable) public TransferUserPosixProfile.Builder gid(Number gid)
Sets the value ofTransferUserPosixProfile.getGid()- Parameters:
gid- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#gid TransferUser#gid}. This parameter is required.- Returns:
this
-
uid
@Stability(Stable) public TransferUserPosixProfile.Builder uid(Number uid)
Sets the value ofTransferUserPosixProfile.getUid()- Parameters:
uid- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#uid TransferUser#uid}. This parameter is required.- Returns:
this
-
secondaryGids
@Stability(Stable) public TransferUserPosixProfile.Builder secondaryGids(List<? extends Number> secondaryGids)
Sets the value ofTransferUserPosixProfile.getSecondaryGids()- Parameters:
secondaryGids- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_user#secondary_gids TransferUser#secondary_gids}.- Returns:
this
-
build
@Stability(Stable) public TransferUserPosixProfile build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TransferUserPosixProfile>- Returns:
- a new instance of
TransferUserPosixProfile - Throws:
NullPointerException- if any required attribute was not provided
-
-