Interface NetworkInterfaceAttachmentChanges.Builder

    • Method Detail

      • defaultEnaQueueCount

        NetworkInterfaceAttachmentChanges.Builder defaultEnaQueueCount​(Boolean defaultEnaQueueCount)

        The default number of the ENA queues.

        Parameters:
        defaultEnaQueueCount - The default number of the ENA queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enaQueueCount

        NetworkInterfaceAttachmentChanges.Builder enaQueueCount​(Integer enaQueueCount)

        The number of ENA queues to be created with the instance.

        Parameters:
        enaQueueCount - The number of ENA queues to be created with the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.