Interface FSxLustreFileSystemConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<FSxLustreFileSystemConfig.Builder,FSxLustreFileSystemConfig>
,SdkBuilder<FSxLustreFileSystemConfig.Builder,FSxLustreFileSystemConfig>
,SdkPojo
- Enclosing class:
- FSxLustreFileSystemConfig
public static interface FSxLustreFileSystemConfig.Builder extends SdkPojo, CopyableBuilder<FSxLustreFileSystemConfig.Builder,FSxLustreFileSystemConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FSxLustreFileSystemConfig.Builder
fileSystemId(String fileSystemId)
The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.FSxLustreFileSystemConfig.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fileSystemId
FSxLustreFileSystemConfig.Builder fileSystemId(String fileSystemId)
The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- Parameters:
fileSystemId
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemPath
FSxLustreFileSystemConfig.Builder fileSystemPath(String 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.
-
-