public static interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder extends SdkPojo, CopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder,AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder deviceName(String deviceName)
The device name that is exposed to the EC2 instance. For example, /dev/sdh or xvdh.
deviceName - The device name that is exposed to the EC2 instance. For example, /dev/sdh or
xvdh.AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder ebs(AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails ebs)
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
ebs - Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.default AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder ebs(Consumer<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder> ebs)
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
This is a convenience method that creates an instance of theAwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder avoiding the need to create
one manually via AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to ebs(AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails).
ebs - a consumer that will call methods on
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builderebs(AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails)AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder noDevice(Boolean noDevice)
Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).
If NoDevice is true, then you cannot specify Ebs.>
noDevice - Whether to suppress the device that is included in the block device mapping of the Amazon Machine
Image (AMI).
If NoDevice is true, then you cannot specify Ebs.>
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder virtualName(String virtualName)
The name of the virtual device (for example, ephemeral0).
You can provide either VirtualName or Ebs, but not both.
virtualName - The name of the virtual device (for example, ephemeral0).
You can provide either VirtualName or Ebs, but not both.
Copyright © 2023. All rights reserved.