@Stability(value=Stable)
public static interface CfnFileSystem.DiskIopsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.fsx.*;
DiskIopsConfigurationProperty diskIopsConfigurationProperty = DiskIopsConfigurationProperty.builder()
.iops(123)
.mode("mode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFileSystem.DiskIopsConfigurationProperty.Builder
A builder for
CfnFileSystem.DiskIopsConfigurationProperty |
static class |
CfnFileSystem.DiskIopsConfigurationProperty.Jsii$Proxy
An implementation for
CfnFileSystem.DiskIopsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFileSystem.DiskIopsConfigurationProperty.Builder |
builder() |
default Number |
getIops()
`CfnFileSystem.DiskIopsConfigurationProperty.Iops`.
|
default String |
getMode()
`CfnFileSystem.DiskIopsConfigurationProperty.Mode`.
|
@Stability(value=Stable) @Nullable default Number getIops()
@Stability(value=Stable) @Nullable default String getMode()
@Stability(value=Stable) static CfnFileSystem.DiskIopsConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.