Uses of Interface
software.amazon.awssdk.services.sagemaker.model.FSxLustreFileSystemConfig.Builder
-
Packages that use FSxLustreFileSystemConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FSxLustreFileSystemConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FSxLustreFileSystemConfig.Builder Modifier and Type Method Description static FSxLustreFileSystemConfig.BuilderFSxLustreFileSystemConfig. builder()FSxLustreFileSystemConfig.BuilderFSxLustreFileSystemConfig.Builder. fileSystemId(String fileSystemId)The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.FSxLustreFileSystemConfig.BuilderFSxLustreFileSystemConfig.Builder. fileSystemPath(String fileSystemPath)The path to the file system directory that is accessible in Amazon SageMaker Studio.FSxLustreFileSystemConfig.BuilderFSxLustreFileSystemConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FSxLustreFileSystemConfig.Builder Modifier and Type Method Description static Class<? extends FSxLustreFileSystemConfig.Builder>FSxLustreFileSystemConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type FSxLustreFileSystemConfig.Builder Modifier and Type Method Description static CustomFileSystemConfigCustomFileSystemConfig. fromFSxLustreFileSystemConfig(Consumer<FSxLustreFileSystemConfig.Builder> fSxLustreFileSystemConfig)Create an instance of this class withCustomFileSystemConfig.fSxLustreFileSystemConfig()initialized to the given value.default CustomFileSystemConfig.BuilderCustomFileSystemConfig.Builder. fSxLustreFileSystemConfig(Consumer<FSxLustreFileSystemConfig.Builder> fSxLustreFileSystemConfig)The settings for a custom Amazon FSx for Lustre file system.
-