@Stability(value=Stable) public static final class CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder deleteOnTermination(Boolean deleteOnTermination)
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.getDeleteOnTermination()deleteOnTermination - Use to configure delete on termination of the associated device.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder deleteOnTermination(IResolvable deleteOnTermination)
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.getDeleteOnTermination()deleteOnTermination - Use to configure delete on termination of the associated device.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder encrypted(Boolean encrypted)
encrypted - Use to configure device encryption.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder encrypted(IResolvable encrypted)
encrypted - Use to configure device encryption.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder iops(Number iops)
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.getIops()iops - Use to configure device IOPS.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder kmsKeyId(String kmsKeyId)
kmsKeyId - Use to configure the KMS key to use when encrypting the device.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder snapshotId(String snapshotId)
snapshotId - The snapshot that defines the device contents.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder throughput(Number throughput)
throughput - *For GP3 volumes only* – The throughput in MiB/s that the volume supports.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder volumeSize(Number volumeSize)
volumeSize - Use to override the device's volume size.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder volumeType(String volumeType)
volumeType - Use to override the device's volume type.this@Stability(value=Stable) public CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty>CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.