Interface EFSFileSystemConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EFSFileSystemConfig.Builder,
,EFSFileSystemConfig> SdkBuilder<EFSFileSystemConfig.Builder,
,EFSFileSystemConfig> SdkPojo
- Enclosing class:
EFSFileSystemConfig
public static interface EFSFileSystemConfig.Builder
extends SdkPojo, CopyableBuilder<EFSFileSystemConfig.Builder,EFSFileSystemConfig>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemId
(String fileSystemId) The ID of your Amazon EFS file system.fileSystemPath
(String fileSystemPath) The path to the file system directory that is accessible in Amazon SageMaker Studio.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, sdkFields
-
Method Details
-
fileSystemId
The ID of your Amazon EFS file system.
- Parameters:
fileSystemId
- The ID of your Amazon EFS file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemPath
The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- Parameters:
fileSystemPath
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-