Interface FileSystemConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FileSystemConfig.Builder,,- FileSystemConfig> - SdkBuilder<FileSystemConfig.Builder,,- FileSystemConfig> - SdkPojo
- Enclosing class:
- FileSystemConfig
@Mutable
@NotThreadSafe
public static interface FileSystemConfig.Builder
extends SdkPojo, CopyableBuilder<FileSystemConfig.Builder,FileSystemConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
localMountPathThe 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.
 
 
-