@Stability(value=Stable) public static final class CfnInstance.BlockDeviceMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.BlockDeviceMappingProperty>
CfnInstance.BlockDeviceMappingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.BlockDeviceMappingProperty |
build()
Builds the configured instance.
|
CfnInstance.BlockDeviceMappingProperty.Builder |
deviceName(String deviceName)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getDeviceName() |
CfnInstance.BlockDeviceMappingProperty.Builder |
ebs(CfnInstance.EbsBlockDeviceProperty ebs)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getEbs() |
CfnInstance.BlockDeviceMappingProperty.Builder |
ebs(IResolvable ebs)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getEbs() |
CfnInstance.BlockDeviceMappingProperty.Builder |
noDevice(String noDevice)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getNoDevice() |
CfnInstance.BlockDeviceMappingProperty.Builder |
virtualName(String virtualName)
Sets the value of
CfnInstance.BlockDeviceMappingProperty.getVirtualName() |
@Stability(value=Stable) public CfnInstance.BlockDeviceMappingProperty.Builder deviceName(String deviceName)
CfnInstance.BlockDeviceMappingProperty.getDeviceName()deviceName - `CfnInstance.BlockDeviceMappingProperty.DeviceName`.this@Stability(value=Stable) public CfnInstance.BlockDeviceMappingProperty.Builder ebs(CfnInstance.EbsBlockDeviceProperty ebs)
CfnInstance.BlockDeviceMappingProperty.getEbs()ebs - `CfnInstance.BlockDeviceMappingProperty.Ebs`.this@Stability(value=Stable) public CfnInstance.BlockDeviceMappingProperty.Builder ebs(IResolvable ebs)
CfnInstance.BlockDeviceMappingProperty.getEbs()ebs - `CfnInstance.BlockDeviceMappingProperty.Ebs`.this@Stability(value=Stable) public CfnInstance.BlockDeviceMappingProperty.Builder noDevice(String noDevice)
CfnInstance.BlockDeviceMappingProperty.getNoDevice()noDevice - `CfnInstance.BlockDeviceMappingProperty.NoDevice`.this@Stability(value=Stable) public CfnInstance.BlockDeviceMappingProperty.Builder virtualName(String virtualName)
CfnInstance.BlockDeviceMappingProperty.getVirtualName()virtualName - `CfnInstance.BlockDeviceMappingProperty.VirtualName`.this@Stability(value=Stable) public CfnInstance.BlockDeviceMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.BlockDeviceMappingProperty>CfnInstance.BlockDeviceMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.