Interface DiskIopsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DiskIopsConfiguration.Builder,,DiskIopsConfiguration> SdkBuilder<DiskIopsConfiguration.Builder,,DiskIopsConfiguration> SdkPojo
- Enclosing class:
DiskIopsConfiguration
public static interface DiskIopsConfiguration.Builder
extends SdkPojo, CopyableBuilder<DiskIopsConfiguration.Builder,DiskIopsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe total number of SSD IOPS provisioned for the file system.Specifies whether the file system is using theAUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.Specifies whether the file system is using theAUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.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, sdkFields
-
Method Details
-
mode
Specifies whether the file system is using the
AUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.- Parameters:
mode- Specifies whether the file system is using theAUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.- 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
AUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.- Parameters:
mode- Specifies whether the file system is using theAUTOMATICsetting of SSD IOPS of 3 IOPS per GB of storage capacity, , or if it using aUSER_PROVISIONEDvalue.- 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.
- Parameters:
iops- The total number of SSD IOPS provisioned for the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-