| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
FileSystemConfig.Builder |
FileSystemConfig.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
|
static FileSystemConfig.Builder |
FileSystemConfig.builder() |
FileSystemConfig.Builder |
FileSystemConfig.Builder.localMountPath(String localMountPath)
The path where the function can access the file system, starting with
/mnt/. |
FileSystemConfig.Builder |
FileSystemConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileSystemConfig.Builder> |
FileSystemConfig.serializableBuilderClass() |
Copyright © 2021. All rights reserved.