Class EbsInstanceBlockDeviceSpecification

    • Method Detail

      • encrypted

        public final Boolean encrypted()

        Use to configure device encryption.

        Returns:
        Use to configure device encryption.
      • deleteOnTermination

        public final Boolean deleteOnTermination()

        Use to configure delete on termination of the associated device.

        Returns:
        Use to configure delete on termination of the associated device.
      • iops

        public final Integer iops()

        Use to configure device IOPS.

        Returns:
        Use to configure device IOPS.
      • kmsKeyId

        public final String kmsKeyId()

        Use to configure the KMS key to use when encrypting the device.

        Returns:
        Use to configure the KMS key to use when encrypting the device.
      • snapshotId

        public final String snapshotId()

        The snapshot that defines the device contents.

        Returns:
        The snapshot that defines the device contents.
      • volumeSize

        public final Integer volumeSize()

        Use to override the device's volume size.

        Returns:
        Use to override the device's volume size.
      • throughput

        public final Integer throughput()

        For GP3 volumes only – The throughput in MiB/s that the volume supports.

        Returns:
        For GP3 volumes only – The throughput in MiB/s that the volume supports.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)