@Stability(value=Stable) public static final class CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnImageRecipe.InstanceBlockDeviceMappingProperty>
CfnImageRecipe.InstanceBlockDeviceMappingProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder deviceName(String deviceName)
CfnImageRecipe.InstanceBlockDeviceMappingProperty.getDeviceName()deviceName - The device to which these mappings apply.this@Stability(value=Stable) public CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder ebs(CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty ebs)
CfnImageRecipe.InstanceBlockDeviceMappingProperty.getEbs()ebs - Use to manage Amazon EBS-specific configuration for this mapping.this@Stability(value=Stable) public CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder ebs(IResolvable ebs)
CfnImageRecipe.InstanceBlockDeviceMappingProperty.getEbs()ebs - Use to manage Amazon EBS-specific configuration for this mapping.this@Stability(value=Stable) public CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder noDevice(String noDevice)
CfnImageRecipe.InstanceBlockDeviceMappingProperty.getNoDevice()noDevice - Enter an empty string to remove a mapping from the parent image.
The following is an example of an empty string value in the NoDevice field.
NoDevice:""
this@Stability(value=Stable) public CfnImageRecipe.InstanceBlockDeviceMappingProperty.Builder virtualName(String virtualName)
CfnImageRecipe.InstanceBlockDeviceMappingProperty.getVirtualName()virtualName - Manages the instance ephemeral devices.this@Stability(value=Stable) public CfnImageRecipe.InstanceBlockDeviceMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnImageRecipe.InstanceBlockDeviceMappingProperty>CfnImageRecipe.InstanceBlockDeviceMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.