@Stability(value=Stable) public static final class CfnInstance.DiskProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.DiskProperty>
CfnInstance.DiskProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnInstance.DiskProperty.Builder attachedTo(String attachedTo)
CfnInstance.DiskProperty.getAttachedTo()attachedTo - `CfnInstance.DiskProperty.AttachedTo`.this@Stability(value=Stable) public CfnInstance.DiskProperty.Builder attachmentState(String attachmentState)
CfnInstance.DiskProperty.getAttachmentState()attachmentState - `CfnInstance.DiskProperty.AttachmentState`.this@Stability(value=Stable) public CfnInstance.DiskProperty.Builder diskName(String diskName)
CfnInstance.DiskProperty.getDiskName()diskName - `CfnInstance.DiskProperty.DiskName`. This parameter is required.this@Stability(value=Stable) public CfnInstance.DiskProperty.Builder iops(Number iops)
CfnInstance.DiskProperty.getIops()iops - `CfnInstance.DiskProperty.IOPS`.this@Stability(value=Stable) public CfnInstance.DiskProperty.Builder isSystemDisk(Boolean isSystemDisk)
CfnInstance.DiskProperty.getIsSystemDisk()isSystemDisk - `CfnInstance.DiskProperty.IsSystemDisk`.this@Stability(value=Stable) public CfnInstance.DiskProperty.Builder isSystemDisk(IResolvable isSystemDisk)
CfnInstance.DiskProperty.getIsSystemDisk()isSystemDisk - `CfnInstance.DiskProperty.IsSystemDisk`.this@Stability(value=Stable) public CfnInstance.DiskProperty.Builder path(String path)
CfnInstance.DiskProperty.getPath()path - `CfnInstance.DiskProperty.Path`. This parameter is required.this@Stability(value=Stable) public CfnInstance.DiskProperty.Builder sizeInGb(String sizeInGb)
CfnInstance.DiskProperty.getSizeInGb()sizeInGb - `CfnInstance.DiskProperty.SizeInGb`.this@Stability(value=Stable) public CfnInstance.DiskProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.DiskProperty>CfnInstance.DiskPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.