| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static EfsStorageConfiguration.Builder |
EfsStorageConfiguration.builder() |
EfsStorageConfiguration.Builder |
EfsStorageConfiguration.Builder.fileSystemId(String fileSystemId)
The file system identifier.
|
EfsStorageConfiguration.Builder |
EfsStorageConfiguration.Builder.mountPoint(String mountPoint)
The mount point for the file system.
|
EfsStorageConfiguration.Builder |
EfsStorageConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EfsStorageConfiguration.Builder> |
EfsStorageConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StorageConfiguration.Builder |
StorageConfiguration.Builder.efs(Consumer<EfsStorageConfiguration.Builder> efs)
Defines the storage configuration for an Amazon EFS file system.
|
static StorageConfiguration |
StorageConfiguration.fromEfs(Consumer<EfsStorageConfiguration.Builder> efs)
Create an instance of this class with
StorageConfiguration.efs() initialized to the given value. |
Copyright © 2023. All rights reserved.