Uses of Interface
software.amazon.awssdk.services.sagemaker.model.FSxLustreFileSystem.Builder
-
Packages that use FSxLustreFileSystem.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FSxLustreFileSystem.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FSxLustreFileSystem.Builder Modifier and Type Method Description static FSxLustreFileSystem.BuilderFSxLustreFileSystem. builder()FSxLustreFileSystem.BuilderFSxLustreFileSystem.Builder. fileSystemId(String fileSystemId)Amazon FSx for Lustre file system ID.FSxLustreFileSystem.BuilderFSxLustreFileSystem. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FSxLustreFileSystem.Builder Modifier and Type Method Description static Class<? extends FSxLustreFileSystem.Builder>FSxLustreFileSystem. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type FSxLustreFileSystem.Builder Modifier and Type Method Description static CustomFileSystemCustomFileSystem. fromFSxLustreFileSystem(Consumer<FSxLustreFileSystem.Builder> fSxLustreFileSystem)Create an instance of this class withCustomFileSystem.fSxLustreFileSystem()initialized to the given value.default CustomFileSystem.BuilderCustomFileSystem.Builder. fSxLustreFileSystem(Consumer<FSxLustreFileSystem.Builder> fSxLustreFileSystem)A custom file system in Amazon FSx for Lustre.
-