Class AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder,AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder,AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails>
A block device for the instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builderbuilder()StringdeviceName()The device name that is exposed to the EC2 instance.AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetailsebs()Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleannoDevice()Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).List<SdkField<?>>sdkFields()static Class<? extends AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder>serializableBuilderClass()AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvirtualName()The name of the virtual device (for example,ephemeral0).-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deviceName
public final String deviceName()
The device name that is exposed to the EC2 instance. For example,
/dev/sdhorxvdh.- Returns:
- The device name that is exposed to the EC2 instance. For example,
/dev/sdhorxvdh.
-
ebs
public final AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails ebs()
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
- Returns:
- Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
-
noDevice
public final Boolean noDevice()
Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).
If
NoDeviceistrue, then you cannot specifyEbs.>- Returns:
- Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image
(AMI).
If
NoDeviceistrue, then you cannot specifyEbs.>
-
virtualName
public final String virtualName()
The name of the virtual device (for example,
ephemeral0).You can provide either
VirtualNameorEbs, but not both.- Returns:
- The name of the virtual device (for example,
ephemeral0).You can provide either
VirtualNameorEbs, but not both.
-
toBuilder
public AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder toBuilder()
-
builder
public static AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-