Interface FileCacheLustreMetadataConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileCacheLustreMetadataConfiguration.Builder,FileCacheLustreMetadataConfiguration>,SdkBuilder<FileCacheLustreMetadataConfiguration.Builder,FileCacheLustreMetadataConfiguration>,SdkPojo
- Enclosing class:
- FileCacheLustreMetadataConfiguration
public static interface FileCacheLustreMetadataConfiguration.Builder extends SdkPojo, CopyableBuilder<FileCacheLustreMetadataConfiguration.Builder,FileCacheLustreMetadataConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileCacheLustreMetadataConfiguration.BuilderstorageCapacity(Integer storageCapacity)The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
storageCapacity
FileCacheLustreMetadataConfiguration.Builder storageCapacity(Integer storageCapacity)
The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is
2400GiB.- Parameters:
storageCapacity- The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is2400GiB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-