Interface FileSystemLustreMetadataConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileSystemLustreMetadataConfiguration.Builder,FileSystemLustreMetadataConfiguration>,SdkBuilder<FileSystemLustreMetadataConfiguration.Builder,FileSystemLustreMetadataConfiguration>,SdkPojo
- Enclosing class:
- FileSystemLustreMetadataConfiguration
public static interface FileSystemLustreMetadataConfiguration.Builder extends SdkPojo, CopyableBuilder<FileSystemLustreMetadataConfiguration.Builder,FileSystemLustreMetadataConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSystemLustreMetadataConfiguration.Builderiops(Integer iops)The number of Metadata IOPS provisioned for the file system.FileSystemLustreMetadataConfiguration.Buildermode(String mode)The metadata configuration mode for provisioning Metadata IOPS for the file system.FileSystemLustreMetadataConfiguration.Buildermode(MetadataConfigurationMode mode)The metadata configuration mode for provisioning Metadata IOPS for the file system.-
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
-
iops
FileSystemLustreMetadataConfiguration.Builder iops(Integer iops)
The number of Metadata IOPS provisioned for the file system. Valid values are
1500,3000,6000,12000, and multiples of12000up to a maximum of192000.- Parameters:
iops- The number of Metadata IOPS provisioned for the file system. Valid values are1500,3000,6000,12000, and multiples of12000up to a maximum of192000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
FileSystemLustreMetadataConfiguration.Builder mode(String mode)
The metadata configuration mode for provisioning Metadata IOPS for the file system.
-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
- Parameters:
mode- The metadata configuration mode for provisioning Metadata IOPS for the file system.-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataConfigurationMode,MetadataConfigurationMode
-
-
mode
FileSystemLustreMetadataConfiguration.Builder mode(MetadataConfigurationMode mode)
The metadata configuration mode for provisioning Metadata IOPS for the file system.
-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
- Parameters:
mode- The metadata configuration mode for provisioning Metadata IOPS for the file system.-
In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.
-
In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetadataConfigurationMode,MetadataConfigurationMode
-
-
-