Interface FSxLustreConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FSxLustreConfig.Builder,,FSxLustreConfig> SdkBuilder<FSxLustreConfig.Builder,,FSxLustreConfig> SdkPojo
- Enclosing class:
FSxLustreConfig
@Mutable
@NotThreadSafe
public static interface FSxLustreConfig.Builder
extends SdkPojo, CopyableBuilder<FSxLustreConfig.Builder,FSxLustreConfig>
-
Method Summary
Modifier and TypeMethodDescriptionperUnitStorageThroughput(Integer perUnitStorageThroughput) The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sizeInGiB
The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).
- Parameters:
sizeInGiB- The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
perUnitStorageThroughput
The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.
- Parameters:
perUnitStorageThroughput- The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-