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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EFSFileSystemConfig.Builder
fileSystemId(String fileSystemId)
The ID of your Amazon EFS file system.EFSFileSystemConfig.Builder
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.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
-
fileSystemId
EFSFileSystemConfig.Builder fileSystemId(String 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
EFSFileSystemConfig.Builder fileSystemPath(String 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.
- 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.
-
-