@Stability(value=Experimental) public static final class FileSystemConfig.Builder extends Object implements software.amazon.jsii.Builder<FileSystemConfig>
FileSystemConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemConfig.Builder |
arn(String arn)
Sets the value of
FileSystemConfig.getArn() |
FileSystemConfig |
build()
Builds the configured instance.
|
FileSystemConfig.Builder |
connections(Connections connections)
Sets the value of
FileSystemConfig.getConnections() |
FileSystemConfig.Builder |
dependency(List<? extends software.constructs.IDependable> dependency)
Sets the value of
FileSystemConfig.getDependency() |
FileSystemConfig.Builder |
localMountPath(String localMountPath)
Sets the value of
FileSystemConfig.getLocalMountPath() |
FileSystemConfig.Builder |
policies(List<? extends PolicyStatement> policies)
Sets the value of
FileSystemConfig.getPolicies() |
@Stability(value=Experimental) public FileSystemConfig.Builder arn(String arn)
FileSystemConfig.getArn()arn - ARN of the access point. This parameter is required.this@Stability(value=Experimental) public FileSystemConfig.Builder localMountPath(String localMountPath)
FileSystemConfig.getLocalMountPath()localMountPath - mount path in the lambda runtime environment. This parameter is required.this@Stability(value=Experimental) public FileSystemConfig.Builder connections(Connections connections)
FileSystemConfig.getConnections()connections - connections object used to allow ingress traffic from lambda function.this@Stability(value=Experimental) public FileSystemConfig.Builder dependency(List<? extends software.constructs.IDependable> dependency)
FileSystemConfig.getDependency()dependency - array of IDependable that lambda function depends on.this@Stability(value=Experimental) public FileSystemConfig.Builder policies(List<? extends PolicyStatement> policies)
FileSystemConfig.getPolicies()policies - additional IAM policies required for the lambda function.this@Stability(value=Experimental) public FileSystemConfig build()
build in interface software.amazon.jsii.Builder<FileSystemConfig>FileSystemConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.