Interface EFSFileSystemConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EFSFileSystemConfig.Builder,,- EFSFileSystemConfig> - SdkBuilder<EFSFileSystemConfig.Builder,,- EFSFileSystemConfig> - SdkPojo
- Enclosing class:
- EFSFileSystemConfig
@Mutable
@NotThreadSafe
public static interface EFSFileSystemConfig.Builder
extends SdkPojo, CopyableBuilder<EFSFileSystemConfig.Builder,EFSFileSystemConfig> 
- 
Method SummaryModifier 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 AI Studio.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- 
fileSystemIdThe 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.
 
- 
fileSystemPathThe path to the file system directory that is accessible in Amazon SageMaker AI 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 AI 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.
 
 
-