Interface NetworkInterfaceAttachmentChanges.Builder

    • Method Detail

      • attachmentId

        NetworkInterfaceAttachmentChanges.Builder attachmentId​(String attachmentId)

        The ID of the network interface attachment.

        Parameters:
        attachmentId - The ID of the network interface attachment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleteOnTermination

        NetworkInterfaceAttachmentChanges.Builder deleteOnTermination​(Boolean deleteOnTermination)

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

        Parameters:
        deleteOnTermination - Indicates whether the network interface is deleted when the instance is terminated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.