Interface FileSystemConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<FileSystemConfig.Builder,FileSystemConfig>
,SdkBuilder<FileSystemConfig.Builder,FileSystemConfig>
,SdkPojo
- Enclosing class:
- FileSystemConfig
public static interface FileSystemConfig.Builder extends SdkPojo, CopyableBuilder<FileSystemConfig.Builder,FileSystemConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSystemConfig.Builder
arn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.FileSystemConfig.Builder
localMountPath(String localMountPath)
The path where the function can access the file system, starting with/mnt/
.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
FileSystemConfig.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localMountPath
FileSystemConfig.Builder localMountPath(String localMountPath)
The path where the function can access the file system, starting with
/mnt/
.- Parameters:
localMountPath
- The path where the function can access the file system, starting with/mnt/
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-