Uses of Interface
software.amazon.awssdk.services.m2.model.EfsStorageConfiguration.Builder
-
Packages that use EfsStorageConfiguration.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of EfsStorageConfiguration.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return EfsStorageConfiguration.Builder Modifier and Type Method Description static EfsStorageConfiguration.BuilderEfsStorageConfiguration. builder()EfsStorageConfiguration.BuilderEfsStorageConfiguration.Builder. fileSystemId(String fileSystemId)The file system identifier.EfsStorageConfiguration.BuilderEfsStorageConfiguration.Builder. mountPoint(String mountPoint)The mount point for the file system.EfsStorageConfiguration.BuilderEfsStorageConfiguration. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type EfsStorageConfiguration.Builder Modifier and Type Method Description static Class<? extends EfsStorageConfiguration.Builder>EfsStorageConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type EfsStorageConfiguration.Builder Modifier and Type Method Description default StorageConfiguration.BuilderStorageConfiguration.Builder. efs(Consumer<EfsStorageConfiguration.Builder> efs)Defines the storage configuration for an Amazon EFS file system.static StorageConfigurationStorageConfiguration. fromEfs(Consumer<EfsStorageConfiguration.Builder> efs)Create an instance of this class withStorageConfiguration.efs()initialized to the given value.
-