@Stability(value=Stable) public static final class CfnFileSystem.DiskIopsConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFileSystem.DiskIopsConfigurationProperty>
CfnFileSystem.DiskIopsConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystem.DiskIopsConfigurationProperty |
build()
Builds the configured instance.
|
CfnFileSystem.DiskIopsConfigurationProperty.Builder |
iops(Number iops)
Sets the value of
CfnFileSystem.DiskIopsConfigurationProperty.getIops() |
CfnFileSystem.DiskIopsConfigurationProperty.Builder |
mode(String mode)
Sets the value of
CfnFileSystem.DiskIopsConfigurationProperty.getMode() |
@Stability(value=Stable) public CfnFileSystem.DiskIopsConfigurationProperty.Builder iops(Number iops)
CfnFileSystem.DiskIopsConfigurationProperty.getIops()iops - The total number of SSD IOPS provisioned for the file system.this@Stability(value=Stable) public CfnFileSystem.DiskIopsConfigurationProperty.Builder mode(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@Stability(value=Stable) public CfnFileSystem.DiskIopsConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnFileSystem.DiskIopsConfigurationProperty>CfnFileSystem.DiskIopsConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.