@Stability(value=Stable) public static final class CfnAccessPoint.RootDirectoryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPoint.RootDirectoryProperty>
CfnAccessPoint.RootDirectoryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.RootDirectoryProperty |
build()
Builds the configured instance.
|
CfnAccessPoint.RootDirectoryProperty.Builder |
creationInfo(CfnAccessPoint.CreationInfoProperty creationInfo)
Sets the value of
CfnAccessPoint.RootDirectoryProperty.getCreationInfo() |
CfnAccessPoint.RootDirectoryProperty.Builder |
creationInfo(IResolvable creationInfo)
Sets the value of
CfnAccessPoint.RootDirectoryProperty.getCreationInfo() |
CfnAccessPoint.RootDirectoryProperty.Builder |
path(String path)
Sets the value of
CfnAccessPoint.RootDirectoryProperty.getPath() |
@Stability(value=Stable) public CfnAccessPoint.RootDirectoryProperty.Builder creationInfo(CfnAccessPoint.CreationInfoProperty creationInfo)
CfnAccessPoint.RootDirectoryProperty.getCreationInfo()creationInfo - (Optional) Specifies the POSIX IDs and permissions to apply to the access point's `RootDirectory` .
If the RootDirectory > Path specified does not exist, EFS creates the root directory using the CreationInfo settings when a client connects to an access point. When specifying the CreationInfo , you must provide values for all properties.
If you do not provide
CreationInfoand the specifiedRootDirectory>Pathdoes not exist, attempts to mount the file system using the access point will fail.
this@Stability(value=Stable) public CfnAccessPoint.RootDirectoryProperty.Builder creationInfo(IResolvable creationInfo)
CfnAccessPoint.RootDirectoryProperty.getCreationInfo()creationInfo - (Optional) Specifies the POSIX IDs and permissions to apply to the access point's `RootDirectory` .
If the RootDirectory > Path specified does not exist, EFS creates the root directory using the CreationInfo settings when a client connects to an access point. When specifying the CreationInfo , you must provide values for all properties.
If you do not provide
CreationInfoand the specifiedRootDirectory>Pathdoes not exist, attempts to mount the file system using the access point will fail.
this@Stability(value=Stable) public CfnAccessPoint.RootDirectoryProperty.Builder path(String path)
CfnAccessPoint.RootDirectoryProperty.getPath()path - Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.
A path can have up to four subdirectories. If the specified path does not exist, you are required to provide the CreationInfo .this@Stability(value=Stable) public CfnAccessPoint.RootDirectoryProperty build()
build in interface software.amazon.jsii.Builder<CfnAccessPoint.RootDirectoryProperty>CfnAccessPoint.RootDirectoryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.