@Stability(value=Stable) public static final class CfnAccessPoint.PosixUserProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPoint.PosixUserProperty>
CfnAccessPoint.PosixUserProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.PosixUserProperty |
build()
Builds the configured instance.
|
CfnAccessPoint.PosixUserProperty.Builder |
gid(String gid)
Sets the value of
CfnAccessPoint.PosixUserProperty.getGid() |
CfnAccessPoint.PosixUserProperty.Builder |
secondaryGids(List<String> secondaryGids)
Sets the value of
CfnAccessPoint.PosixUserProperty.getSecondaryGids() |
CfnAccessPoint.PosixUserProperty.Builder |
uid(String uid)
Sets the value of
CfnAccessPoint.PosixUserProperty.getUid() |
@Stability(value=Stable) public CfnAccessPoint.PosixUserProperty.Builder gid(String gid)
CfnAccessPoint.PosixUserProperty.getGid()gid - The POSIX group ID used for all file system operations using this access point. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.PosixUserProperty.Builder uid(String uid)
CfnAccessPoint.PosixUserProperty.getUid()uid - The POSIX user ID used for all file system operations using this access point. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.PosixUserProperty.Builder secondaryGids(List<String> secondaryGids)
CfnAccessPoint.PosixUserProperty.getSecondaryGids()secondaryGids - Secondary POSIX group IDs used for all file system operations using this access point.this@Stability(value=Stable) public CfnAccessPoint.PosixUserProperty build()
build in interface software.amazon.jsii.Builder<CfnAccessPoint.PosixUserProperty>CfnAccessPoint.PosixUserPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.