@Stability(value=Stable) public static final class CfnDomain.EBSOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.EBSOptionsProperty>
CfnDomain.EBSOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.EBSOptionsProperty |
build()
Builds the configured instance.
|
CfnDomain.EBSOptionsProperty.Builder |
ebsEnabled(Boolean ebsEnabled)
Sets the value of
CfnDomain.EBSOptionsProperty.getEbsEnabled() |
CfnDomain.EBSOptionsProperty.Builder |
ebsEnabled(IResolvable ebsEnabled)
Sets the value of
CfnDomain.EBSOptionsProperty.getEbsEnabled() |
CfnDomain.EBSOptionsProperty.Builder |
iops(Number iops)
Sets the value of
CfnDomain.EBSOptionsProperty.getIops() |
CfnDomain.EBSOptionsProperty.Builder |
volumeSize(Number volumeSize)
Sets the value of
CfnDomain.EBSOptionsProperty.getVolumeSize() |
CfnDomain.EBSOptionsProperty.Builder |
volumeType(String volumeType)
Sets the value of
CfnDomain.EBSOptionsProperty.getVolumeType() |
@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder ebsEnabled(Boolean ebsEnabled)
CfnDomain.EBSOptionsProperty.getEbsEnabled()ebsEnabled - `CfnDomain.EBSOptionsProperty.EBSEnabled`.this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder ebsEnabled(IResolvable ebsEnabled)
CfnDomain.EBSOptionsProperty.getEbsEnabled()ebsEnabled - `CfnDomain.EBSOptionsProperty.EBSEnabled`.this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder iops(Number iops)
CfnDomain.EBSOptionsProperty.getIops()iops - `CfnDomain.EBSOptionsProperty.Iops`.this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder volumeSize(Number volumeSize)
CfnDomain.EBSOptionsProperty.getVolumeSize()volumeSize - `CfnDomain.EBSOptionsProperty.VolumeSize`.this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty.Builder volumeType(String volumeType)
CfnDomain.EBSOptionsProperty.getVolumeType()volumeType - `CfnDomain.EBSOptionsProperty.VolumeType`.this@Stability(value=Stable) public CfnDomain.EBSOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.EBSOptionsProperty>CfnDomain.EBSOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.