Interface FSxLustreFileSystemConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FSxLustreFileSystemConfig.Builder,
,FSxLustreFileSystemConfig> SdkBuilder<FSxLustreFileSystemConfig.Builder,
,FSxLustreFileSystemConfig> SdkPojo
- Enclosing class:
FSxLustreFileSystemConfig
@Mutable
@NotThreadSafe
public static interface FSxLustreFileSystemConfig.Builder
extends SdkPojo, CopyableBuilder<FSxLustreFileSystemConfig.Builder,FSxLustreFileSystemConfig>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemId
(String fileSystemId) The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.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 Details
-
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
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.
-