Class NetworkInterfaceAttachment

    • Method Detail

      • attachTime

        public final Instant attachTime()

        The timestamp indicating when the attachment initiated.

        Returns:
        The timestamp indicating when the attachment initiated.
      • attachmentId

        public final String attachmentId()

        The ID of the network interface attachment.

        Returns:
        The ID of the network interface attachment.
      • deleteOnTermination

        public final Boolean deleteOnTermination()

        Indicates whether the network interface is deleted when the instance is terminated.

        Returns:
        Indicates whether the network interface is deleted when the instance is terminated.
      • deviceIndex

        public final Integer deviceIndex()

        The device index of the network interface attachment on the instance.

        Returns:
        The device index of the network interface attachment on the instance.
      • networkCardIndex

        public final Integer networkCardIndex()

        The index of the network card.

        Returns:
        The index of the network card.
      • instanceId

        public final String instanceId()

        The ID of the instance.

        Returns:
        The ID of the instance.
      • instanceOwnerId

        public final String instanceOwnerId()

        The Amazon Web Services account ID of the owner of the instance.

        Returns:
        The Amazon Web Services account ID of the owner of the instance.
      • enaSrdSpecification

        public final AttachmentEnaSrdSpecification enaSrdSpecification()

        Configures ENA Express for the network interface that this action attaches to the instance.

        Returns:
        Configures ENA Express for the network interface that this action attaches to the instance.
      • 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)