Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.efs.CfnAccessPointPropsMixin.Builder
Packages that use CfnAccessPointPropsMixin.Builder
-
Uses of CfnAccessPointPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.efs
Methods in software.amazon.awscdk.cfnpropertymixins.services.efs that return CfnAccessPointPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAccessPointPropsMixin.Builder.accessPointTags(List<? extends CfnAccessPointPropsMixin.AccessPointTagProperty> accessPointTags) An array of key-value pairs to apply to this resource.CfnAccessPointPropsMixin.Builder.clientToken(String clientToken) The opaque string specified in the request to ensure idempotent creation.CfnAccessPointPropsMixin.Builder.create()CfnAccessPointPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAccessPointPropsMixin.Builder.fileSystemId(String fileSystemId) The ID of the EFS file system that the access point applies to.CfnAccessPointPropsMixin.Builder.fileSystemId(IFileSystemRef fileSystemId) The ID of the EFS file system that the access point applies to.CfnAccessPointPropsMixin.Builder.posixUser(CfnAccessPointPropsMixin.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.CfnAccessPointPropsMixin.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.CfnAccessPointPropsMixin.Builder.rootDirectory(CfnAccessPointPropsMixin.RootDirectoryProperty rootDirectory) The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.CfnAccessPointPropsMixin.Builder.rootDirectory(IResolvable rootDirectory) The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.