@Stability(value=Stable) public static final class CfnInstance.HardwareProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstance.HardwareProperty>
CfnInstance.HardwareProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstance.HardwareProperty |
build()
Builds the configured instance.
|
CfnInstance.HardwareProperty.Builder |
cpuCount(Number cpuCount)
Sets the value of
CfnInstance.HardwareProperty.getCpuCount() |
CfnInstance.HardwareProperty.Builder |
disks(IResolvable disks)
Sets the value of
CfnInstance.HardwareProperty.getDisks() |
CfnInstance.HardwareProperty.Builder |
disks(List<? extends Object> disks)
Sets the value of
CfnInstance.HardwareProperty.getDisks() |
CfnInstance.HardwareProperty.Builder |
ramSizeInGb(Number ramSizeInGb)
Sets the value of
CfnInstance.HardwareProperty.getRamSizeInGb() |
@Stability(value=Stable) public CfnInstance.HardwareProperty.Builder cpuCount(Number cpuCount)
CfnInstance.HardwareProperty.getCpuCount()cpuCount - `CfnInstance.HardwareProperty.CpuCount`.this@Stability(value=Stable) public CfnInstance.HardwareProperty.Builder disks(IResolvable disks)
CfnInstance.HardwareProperty.getDisks()disks - `CfnInstance.HardwareProperty.Disks`.this@Stability(value=Stable) public CfnInstance.HardwareProperty.Builder disks(List<? extends Object> disks)
CfnInstance.HardwareProperty.getDisks()disks - `CfnInstance.HardwareProperty.Disks`.this@Stability(value=Stable) public CfnInstance.HardwareProperty.Builder ramSizeInGb(Number ramSizeInGb)
CfnInstance.HardwareProperty.getRamSizeInGb()ramSizeInGb - `CfnInstance.HardwareProperty.RamSizeInGb`.this@Stability(value=Stable) public CfnInstance.HardwareProperty build()
build in interface software.amazon.jsii.Builder<CfnInstance.HardwareProperty>CfnInstance.HardwarePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.