@Stability(value=Stable) public static final class CfnAccessPoint.CreationInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPoint.CreationInfoProperty>
CfnAccessPoint.CreationInfoProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.CreationInfoProperty |
build()
Builds the configured instance.
|
CfnAccessPoint.CreationInfoProperty.Builder |
ownerGid(String ownerGid)
Sets the value of
CfnAccessPoint.CreationInfoProperty.getOwnerGid() |
CfnAccessPoint.CreationInfoProperty.Builder |
ownerUid(String ownerUid)
Sets the value of
CfnAccessPoint.CreationInfoProperty.getOwnerUid() |
CfnAccessPoint.CreationInfoProperty.Builder |
permissions(String permissions)
Sets the value of
CfnAccessPoint.CreationInfoProperty.getPermissions() |
@Stability(value=Stable) public CfnAccessPoint.CreationInfoProperty.Builder ownerGid(String ownerGid)
CfnAccessPoint.CreationInfoProperty.getOwnerGid()ownerGid - Specifies the POSIX group ID to apply to the `RootDirectory` . This parameter is required.
Accepts values from 0 to 2^32 (4294967295).this@Stability(value=Stable) public CfnAccessPoint.CreationInfoProperty.Builder ownerUid(String ownerUid)
CfnAccessPoint.CreationInfoProperty.getOwnerUid()ownerUid - Specifies the POSIX user ID to apply to the `RootDirectory` . This parameter is required.
Accepts values from 0 to 2^32 (4294967295).this@Stability(value=Stable) public CfnAccessPoint.CreationInfoProperty.Builder permissions(String permissions)
CfnAccessPoint.CreationInfoProperty.getPermissions()permissions - Specifies the POSIX permissions to apply to the `RootDirectory` , in the format of an octal number representing the file's mode bits. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.CreationInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnAccessPoint.CreationInfoProperty>CfnAccessPoint.CreationInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.