Uses of Interface
software.amazon.awssdk.services.lambda.model.FileSystemConfig.Builder
-
Packages that use FileSystemConfig.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of FileSystemConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FileSystemConfig.Builder Modifier and Type Method 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()
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FileSystemConfig.Builder Modifier and Type Method Description static Class<? extends FileSystemConfig.Builder>
FileSystemConfig. serializableBuilderClass()
-