Uses of Class
com.hashicorp.cdktf.providers.aws.transfer_user.TransferUserPosixProfile.Builder
-
Packages that use TransferUserPosixProfile.Builder Package Description com.hashicorp.cdktf.providers.aws.transfer_user aws_transfer_user -
-
Uses of TransferUserPosixProfile.Builder in com.hashicorp.cdktf.providers.aws.transfer_user
Methods in com.hashicorp.cdktf.providers.aws.transfer_user that return TransferUserPosixProfile.Builder Modifier and Type Method Description static TransferUserPosixProfile.BuilderTransferUserPosixProfile. builder()TransferUserPosixProfile.BuilderTransferUserPosixProfile.Builder. gid(Number gid)Sets the value ofTransferUserPosixProfile.getGid()TransferUserPosixProfile.BuilderTransferUserPosixProfile.Builder. secondaryGids(List<? extends Number> secondaryGids)Sets the value ofTransferUserPosixProfile.getSecondaryGids()TransferUserPosixProfile.BuilderTransferUserPosixProfile.Builder. uid(Number uid)Sets the value ofTransferUserPosixProfile.getUid()Constructors in com.hashicorp.cdktf.providers.aws.transfer_user with parameters of type TransferUserPosixProfile.Builder Constructor Description Jsii$Proxy(TransferUserPosixProfile.Builder builder)Constructor that initializes the object based on literal property values passed by theTransferUserPosixProfile.Builder.
-