Class FileCacheLustreMetadataConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.FileCacheLustreMetadataConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileCacheLustreMetadataConfiguration.Builder,FileCacheLustreMetadataConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FileCacheLustreMetadataConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileCacheLustreMetadataConfiguration.Builder,FileCacheLustreMetadataConfiguration>
The configuration for a Lustre MDT (Metadata Target) storage volume. The metadata on Amazon File Cache is managed by a Lustre Metadata Server (MDS) while the actual metadata is persisted on an MDT.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileCacheLustreMetadataConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileCacheLustreMetadataConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FileCacheLustreMetadataConfiguration.Builder>serializableBuilderClass()IntegerstorageCapacity()The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB).FileCacheLustreMetadataConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
storageCapacity
public final Integer storageCapacity()
The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is
2400GiB.- Returns:
- The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only
supported value is
2400GiB.
-
toBuilder
public FileCacheLustreMetadataConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileCacheLustreMetadataConfiguration.Builder,FileCacheLustreMetadataConfiguration>
-
builder
public static FileCacheLustreMetadataConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileCacheLustreMetadataConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-