@Stability(value=Stable) public static final class CfnUser.PosixProfileProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUser.PosixProfileProperty>
CfnUser.PosixProfileProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUser.PosixProfileProperty |
build()
Builds the configured instance.
|
CfnUser.PosixProfileProperty.Builder |
gid(Number gid)
Sets the value of
CfnUser.PosixProfileProperty.getGid() |
CfnUser.PosixProfileProperty.Builder |
secondaryGids(IResolvable secondaryGids)
Sets the value of
CfnUser.PosixProfileProperty.getSecondaryGids() |
CfnUser.PosixProfileProperty.Builder |
secondaryGids(List<? extends Number> secondaryGids)
Sets the value of
CfnUser.PosixProfileProperty.getSecondaryGids() |
CfnUser.PosixProfileProperty.Builder |
uid(Number uid)
Sets the value of
CfnUser.PosixProfileProperty.getUid() |
@Stability(value=Stable) public CfnUser.PosixProfileProperty.Builder gid(Number gid)
CfnUser.PosixProfileProperty.getGid()
gid
- `CfnUser.PosixProfileProperty.Gid`. This parameter is required.this
@Stability(value=Stable) public CfnUser.PosixProfileProperty.Builder uid(Number uid)
CfnUser.PosixProfileProperty.getUid()
uid
- `CfnUser.PosixProfileProperty.Uid`. This parameter is required.this
@Stability(value=Stable) public CfnUser.PosixProfileProperty.Builder secondaryGids(IResolvable secondaryGids)
CfnUser.PosixProfileProperty.getSecondaryGids()
secondaryGids
- `CfnUser.PosixProfileProperty.SecondaryGids`.this
@Stability(value=Stable) public CfnUser.PosixProfileProperty.Builder secondaryGids(List<? extends Number> secondaryGids)
CfnUser.PosixProfileProperty.getSecondaryGids()
secondaryGids
- `CfnUser.PosixProfileProperty.SecondaryGids`.this
@Stability(value=Stable) public CfnUser.PosixProfileProperty build()
build
in interface software.amazon.jsii.Builder<CfnUser.PosixProfileProperty>
CfnUser.PosixProfileProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.