Uses of Interface
software.amazon.awssdk.services.sagemaker.model.EFSFileSystemConfig.Builder
-
Packages that use EFSFileSystemConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EFSFileSystemConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EFSFileSystemConfig.Builder Modifier and Type Method Description static EFSFileSystemConfig.BuilderEFSFileSystemConfig. builder()EFSFileSystemConfig.BuilderEFSFileSystemConfig.Builder. fileSystemId(String fileSystemId)The ID of your Amazon EFS file system.EFSFileSystemConfig.BuilderEFSFileSystemConfig.Builder. fileSystemPath(String fileSystemPath)The path to the file system directory that is accessible in Amazon SageMaker Studio.EFSFileSystemConfig.BuilderEFSFileSystemConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EFSFileSystemConfig.Builder Modifier and Type Method Description static Class<? extends EFSFileSystemConfig.Builder>EFSFileSystemConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EFSFileSystemConfig.Builder Modifier and Type Method Description default CustomFileSystemConfig.BuilderCustomFileSystemConfig.Builder. efsFileSystemConfig(Consumer<EFSFileSystemConfig.Builder> efsFileSystemConfig)The settings for a custom Amazon EFS file system.static CustomFileSystemConfigCustomFileSystemConfig. fromEfsFileSystemConfig(Consumer<EFSFileSystemConfig.Builder> efsFileSystemConfig)Create an instance of this class withCustomFileSystemConfig.efsFileSystemConfig()initialized to the given value.
-