public static interface StorageConfiguration.Builder extends SdkPojo, CopyableBuilder<StorageConfiguration.Builder,StorageConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default StorageConfiguration.Builder |
efs(Consumer<EfsStorageConfiguration.Builder> efs)
Defines the storage configuration for an Amazon EFS file system.
|
StorageConfiguration.Builder |
efs(EfsStorageConfiguration efs)
Defines the storage configuration for an Amazon EFS file system.
|
default StorageConfiguration.Builder |
fsx(Consumer<FsxStorageConfiguration.Builder> fsx)
Defines the storage configuration for an Amazon FSx file system.
|
StorageConfiguration.Builder |
fsx(FsxStorageConfiguration fsx)
Defines the storage configuration for an Amazon FSx file system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageConfiguration.Builder efs(EfsStorageConfiguration efs)
Defines the storage configuration for an Amazon EFS file system.
efs - Defines the storage configuration for an Amazon EFS file system.default StorageConfiguration.Builder efs(Consumer<EfsStorageConfiguration.Builder> efs)
Defines the storage configuration for an Amazon EFS file system.
This is a convenience method that creates an instance of theEfsStorageConfiguration.Builder avoiding
the need to create one manually via EfsStorageConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to efs(EfsStorageConfiguration).
efs - a consumer that will call methods on EfsStorageConfiguration.Builderefs(EfsStorageConfiguration)StorageConfiguration.Builder fsx(FsxStorageConfiguration fsx)
Defines the storage configuration for an Amazon FSx file system.
fsx - Defines the storage configuration for an Amazon FSx file system.default StorageConfiguration.Builder fsx(Consumer<FsxStorageConfiguration.Builder> fsx)
Defines the storage configuration for an Amazon FSx file system.
This is a convenience method that creates an instance of theFsxStorageConfiguration.Builder avoiding
the need to create one manually via FsxStorageConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to fsx(FsxStorageConfiguration).
fsx - a consumer that will call methods on FsxStorageConfiguration.Builderfsx(FsxStorageConfiguration)Copyright © 2023. All rights reserved.