Interface DiskIopsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DiskIopsConfiguration.Builder,
,DiskIopsConfiguration> SdkBuilder<DiskIopsConfiguration.Builder,
,DiskIopsConfiguration> SdkPojo
- Enclosing class:
DiskIopsConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe total number of SSD IOPS provisioned for the file system.Specifies whether the file system is using theAUTOMATIC
setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using aUSER_PROVISIONED
value.Specifies whether the file system is using theAUTOMATIC
setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using aUSER_PROVISIONED
value.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, sdkFields
-
Method Details
-
mode
Specifies whether the file system is using the
AUTOMATIC
setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using aUSER_PROVISIONED
value.- Parameters:
mode
- Specifies whether the file system is using theAUTOMATIC
setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using aUSER_PROVISIONED
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
Specifies whether the file system is using the
AUTOMATIC
setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using aUSER_PROVISIONED
value.- Parameters:
mode
- Specifies whether the file system is using theAUTOMATIC
setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using aUSER_PROVISIONED
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
iops
The total number of SSD IOPS provisioned for the file system.
The minimum and maximum values for this property depend on the value of
HAPairs
andStorageCapacity
. The minimum value is calculated asStorageCapacity
* 3 *HAPairs
(3 IOPS per GB ofStorageCapacity
). The maximum value is calculated as 200,000 *HAPairs
.Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of
Iops
is outside of the minimum or maximum values.- Parameters:
iops
- The total number of SSD IOPS provisioned for the file system.The minimum and maximum values for this property depend on the value of
HAPairs
andStorageCapacity
. The minimum value is calculated asStorageCapacity
* 3 *HAPairs
(3 IOPS per GB ofStorageCapacity
). The maximum value is calculated as 200,000 *HAPairs
.Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of
Iops
is outside of the minimum or maximum values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-