@Stability(value=Stable) public static final class CfnAccessPointProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPointProps>
CfnAccessPointProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAccessPointProps.Builder fileSystemId(String fileSystemId)
CfnAccessPointProps.getFileSystemId()fileSystemId - The ID of the EFS file system that the access point applies to. This parameter is required.
Accepts only the ID format for input when specifying a file system, for example fs-0123456789abcedf2 .this@Stability(value=Stable) public CfnAccessPointProps.Builder accessPointTags(IResolvable accessPointTags)
CfnAccessPointProps.getAccessPointTags()accessPointTags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnAccessPointProps.Builder accessPointTags(List<? extends Object> accessPointTags)
CfnAccessPointProps.getAccessPointTags()accessPointTags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnAccessPointProps.Builder clientToken(String clientToken)
CfnAccessPointProps.getClientToken()clientToken - The opaque string specified in the request to ensure idempotent creation.this@Stability(value=Stable) public CfnAccessPointProps.Builder posixUser(CfnAccessPoint.PosixUserProperty posixUser)
CfnAccessPointProps.getPosixUser()posixUser - The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.this@Stability(value=Stable) public CfnAccessPointProps.Builder posixUser(IResolvable posixUser)
CfnAccessPointProps.getPosixUser()posixUser - The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.this@Stability(value=Stable) public CfnAccessPointProps.Builder rootDirectory(CfnAccessPoint.RootDirectoryProperty rootDirectory)
CfnAccessPointProps.getRootDirectory()rootDirectory - The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.this@Stability(value=Stable) public CfnAccessPointProps.Builder rootDirectory(IResolvable rootDirectory)
CfnAccessPointProps.getRootDirectory()rootDirectory - The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.this@Stability(value=Stable) public CfnAccessPointProps build()
build in interface software.amazon.jsii.Builder<CfnAccessPointProps>CfnAccessPointPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.