@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 - `CfnAccessPoint.CreationInfoProperty.OwnerGid`. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.CreationInfoProperty.Builder ownerUid(String ownerUid)
CfnAccessPoint.CreationInfoProperty.getOwnerUid()ownerUid - `CfnAccessPoint.CreationInfoProperty.OwnerUid`. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.CreationInfoProperty.Builder permissions(String permissions)
CfnAccessPoint.CreationInfoProperty.getPermissions()permissions - `CfnAccessPoint.CreationInfoProperty.Permissions`. 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 © 2021. All rights reserved.