Class EBSOptions

    • Method Detail

      • ebsEnabled

        public final Boolean ebsEnabled()

        Specifies whether EBS-based storage is enabled.

        Returns:
        Specifies whether EBS-based storage is enabled.
      • volumeTypeAsString

        public final String volumeTypeAsString()

        Specifies the volume type for EBS-based storage.

        If the service returns an enum value that is not available in the current SDK version, volumeType will return VolumeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from volumeTypeAsString().

        Returns:
        Specifies the volume type for EBS-based storage.
        See Also:
        VolumeType
      • volumeSize

        public final Integer volumeSize()

        Integer to specify the size of an EBS volume.

        Returns:
        Integer to specify the size of an EBS volume.
      • iops

        public final Integer iops()

        Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).

        Returns:
        Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
      • throughput

        public final Integer throughput()

        Specifies the Throughput for GP3 EBS volume (SSD).

        Returns:
        Specifies the Throughput for GP3 EBS volume (SSD).
      • 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)