Class AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails

java.lang.Object
software.amazon.awssdk.services.securityhub.model.AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder,AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails>

@Generated("software.amazon.awssdk:codegen") public final class AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder,AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails>

Parameters that are used to automatically set up EBS volumes when an instance is launched.

See Also:
  • Method Details

    • deleteOnTermination

      public final Boolean deleteOnTermination()

      Whether to delete the volume when the instance is terminated.

      Returns:
      Whether to delete the volume when the instance is terminated.
    • encrypted

      public final Boolean encrypted()

      Whether to encrypt the volume.

      Returns:
      Whether to encrypt the volume.
    • iops

      public final Integer iops()

      The number of input/output (I/O) operations per second (IOPS) to provision for the volume.

      Only supported for gp3 or io1 volumes. Required for io1 volumes. Not used with standard, gp2, st1, or sc1 volumes.

      Returns:
      The number of input/output (I/O) operations per second (IOPS) to provision for the volume.

      Only supported for gp3 or io1 volumes. Required for io1 volumes. Not used with standard, gp2, st1, or sc1 volumes.

    • snapshotId

      public final String snapshotId()

      The snapshot ID of the volume to use.

      You must specify either VolumeSize or SnapshotId.

      Returns:
      The snapshot ID of the volume to use.

      You must specify either VolumeSize or SnapshotId.

    • volumeSize

      public final Integer volumeSize()

      The volume size, in GiBs. The following are the supported volumes sizes for each volume type:

      • gp2 and gp3: 1-16,384

      • io1: 4-16,384

      • st1 and sc1: 125-16,384

      • standard: 1-1,024

      You must specify either SnapshotId or VolumeSize. If you specify both SnapshotId and VolumeSize, the volume size must be equal or greater than the size of the snapshot.

      Returns:
      The volume size, in GiBs. The following are the supported volumes sizes for each volume type:

      • gp2 and gp3: 1-16,384

      • io1: 4-16,384

      • st1 and sc1: 125-16,384

      • standard: 1-1,024

      You must specify either SnapshotId or VolumeSize. If you specify both SnapshotId and VolumeSize, the volume size must be equal or greater than the size of the snapshot.

    • volumeType

      public final String volumeType()

      The volume type. Valid values are as follows:

      • gp2

      • gp3

      • io1

      • sc1

      • st1

      • standard

      Returns:
      The volume type. Valid values are as follows:

      • gp2

      • gp3

      • io1

      • sc1

      • st1

      • standard

    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder,AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails>
      Returns:
      a builder for type T
    • builder

    • serializableBuilderClass

      public static Class<? extends AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.