public static final class CfnFileSystem.DiskIopsConfigurationProperty.Builder
extends java.lang.Object
CfnFileSystem.DiskIopsConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFileSystem.DiskIopsConfigurationProperty |
build()
Builds the configured instance.
|
CfnFileSystem.DiskIopsConfigurationProperty.Builder |
iops(java.lang.Number iops)
Sets the value of
CfnFileSystem.DiskIopsConfigurationProperty.getIops() |
CfnFileSystem.DiskIopsConfigurationProperty.Builder |
mode(java.lang.String mode)
Sets the value of
CfnFileSystem.DiskIopsConfigurationProperty.getMode() |
public CfnFileSystem.DiskIopsConfigurationProperty.Builder iops(java.lang.Number iops)
CfnFileSystem.DiskIopsConfigurationProperty.getIops()
iops
- The total number of SSD IOPS provisioned for the file system.this
public CfnFileSystem.DiskIopsConfigurationProperty.Builder mode(java.lang.String mode)
CfnFileSystem.DiskIopsConfigurationProperty.getMode()
mode
- Specifies whether the number of IOPS for the file system is using the system default ( `AUTOMATIC` ) or was provisioned by the customer ( `USER_PROVISIONED` ).this
public CfnFileSystem.DiskIopsConfigurationProperty build()
CfnFileSystem.DiskIopsConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided