@Stability(value=Stable) public static final class CfnInstance.EbsBlockDeviceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.EbsBlockDeviceProperty>
CfnInstance.EbsBlockDeviceProperty
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnInstance.EbsBlockDeviceProperty.Builder deleteOnTermination(Boolean deleteOnTermination)
CfnInstance.EbsBlockDeviceProperty.getDeleteOnTermination()
deleteOnTermination
- `CfnInstance.EbsBlockDeviceProperty.DeleteOnTermination`.this
@Stability(value=Stable) public CfnInstance.EbsBlockDeviceProperty.Builder deleteOnTermination(IResolvable deleteOnTermination)
CfnInstance.EbsBlockDeviceProperty.getDeleteOnTermination()
deleteOnTermination
- `CfnInstance.EbsBlockDeviceProperty.DeleteOnTermination`.this
@Stability(value=Stable) public CfnInstance.EbsBlockDeviceProperty.Builder iops(Number iops)
CfnInstance.EbsBlockDeviceProperty.getIops()
iops
- `CfnInstance.EbsBlockDeviceProperty.Iops`.this
@Stability(value=Stable) public CfnInstance.EbsBlockDeviceProperty.Builder snapshotId(String snapshotId)
CfnInstance.EbsBlockDeviceProperty.getSnapshotId()
snapshotId
- `CfnInstance.EbsBlockDeviceProperty.SnapshotId`.this
@Stability(value=Stable) public CfnInstance.EbsBlockDeviceProperty.Builder volumeSize(Number volumeSize)
CfnInstance.EbsBlockDeviceProperty.getVolumeSize()
volumeSize
- `CfnInstance.EbsBlockDeviceProperty.VolumeSize`.this
@Stability(value=Stable) public CfnInstance.EbsBlockDeviceProperty.Builder volumeType(String volumeType)
CfnInstance.EbsBlockDeviceProperty.getVolumeType()
volumeType
- `CfnInstance.EbsBlockDeviceProperty.VolumeType`.this
@Stability(value=Stable) public CfnInstance.EbsBlockDeviceProperty build()
build
in interface software.amazon.jsii.Builder<CfnInstance.EbsBlockDeviceProperty>
CfnInstance.EbsBlockDeviceProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.