@Stability(value=Stable) public static final class CfnFunction.FileSystemConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.FileSystemConfigProperty>
CfnFunction.FileSystemConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.FileSystemConfigProperty.Builder |
arn(String arn)
Sets the value of
CfnFunction.FileSystemConfigProperty.getArn() |
CfnFunction.FileSystemConfigProperty |
build()
Builds the configured instance.
|
CfnFunction.FileSystemConfigProperty.Builder |
localMountPath(String localMountPath)
Sets the value of
CfnFunction.FileSystemConfigProperty.getLocalMountPath() |
@Stability(value=Stable) public CfnFunction.FileSystemConfigProperty.Builder arn(String arn)
CfnFunction.FileSystemConfigProperty.getArn()arn - The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system. This parameter is required.this@Stability(value=Stable) public CfnFunction.FileSystemConfigProperty.Builder localMountPath(String localMountPath)
CfnFunction.FileSystemConfigProperty.getLocalMountPath()localMountPath - The path where the function can access the file system, starting with `/mnt/` . This parameter is required.this@Stability(value=Stable) public CfnFunction.FileSystemConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.FileSystemConfigProperty>CfnFunction.FileSystemConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.