@Stability(value=Stable) public static final class CfnAccessPoint.Builder extends Object implements software.amazon.jsii.Builder<CfnAccessPoint>
CfnAccessPoint.| Modifier and Type | Method and Description |
|---|---|
CfnAccessPoint.Builder |
accessPointTags(IResolvable accessPointTags)
An array of key-value pairs to apply to this resource.
|
CfnAccessPoint.Builder |
accessPointTags(List<? extends Object> accessPointTags)
An array of key-value pairs to apply to this resource.
|
CfnAccessPoint |
build() |
CfnAccessPoint.Builder |
clientToken(String clientToken)
The opaque string specified in the request to ensure idempotent creation.
|
static CfnAccessPoint.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAccessPoint.Builder |
fileSystemId(String fileSystemId)
The ID of the EFS file system that the access point applies to.
|
CfnAccessPoint.Builder |
posixUser(CfnAccessPoint.PosixUserProperty 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.
|
CfnAccessPoint.Builder |
posixUser(IResolvable 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.
|
CfnAccessPoint.Builder |
rootDirectory(CfnAccessPoint.RootDirectoryProperty 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.
|
CfnAccessPoint.Builder |
rootDirectory(IResolvable 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.
|
@Stability(value=Stable) public static CfnAccessPoint.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAccessPoint.AccessPointTagProperty.Builder.@Stability(value=Stable) public CfnAccessPoint.Builder fileSystemId(String fileSystemId)
Accepts only the ID format for input when specifying a file system, for example fs-0123456789abcedf2 .
fileSystemId - The ID of the EFS file system that the access point applies to. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder accessPointTags(IResolvable accessPointTags)
For more information, see Tag .
accessPointTags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder accessPointTags(List<? extends Object> accessPointTags)
For more information, see Tag .
accessPointTags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder clientToken(String clientToken)
clientToken - The opaque string specified in the request to ensure idempotent creation. This parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder posixUser(CfnAccessPoint.PosixUserProperty posixUser)
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 parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder posixUser(IResolvable posixUser)
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 parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder rootDirectory(CfnAccessPoint.RootDirectoryProperty rootDirectory)
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 parameter is required.this@Stability(value=Stable) public CfnAccessPoint.Builder rootDirectory(IResolvable rootDirectory)
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 parameter is required.this@Stability(value=Stable) public CfnAccessPoint build()
build in interface software.amazon.jsii.Builder<CfnAccessPoint>Copyright © 2022. All rights reserved.