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