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