Interface InstanceNetworkInterfaceAssociation.Builder

    • Method Detail

      • carrierIp

        InstanceNetworkInterfaceAssociation.Builder carrierIp​(String carrierIp)

        The carrier IP address associated with the network interface.

        Parameters:
        carrierIp - The carrier IP address associated with the network interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerOwnedIp

        InstanceNetworkInterfaceAssociation.Builder customerOwnedIp​(String customerOwnedIp)

        The customer-owned IP address associated with the network interface.

        Parameters:
        customerOwnedIp - The customer-owned IP address associated with the network interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipOwnerId

        InstanceNetworkInterfaceAssociation.Builder ipOwnerId​(String ipOwnerId)

        The ID of the owner of the Elastic IP address.

        Parameters:
        ipOwnerId - The ID of the owner of the Elastic IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicDnsName

        InstanceNetworkInterfaceAssociation.Builder publicDnsName​(String publicDnsName)

        The public DNS name.

        Parameters:
        publicDnsName - The public DNS name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicIp

        InstanceNetworkInterfaceAssociation.Builder publicIp​(String publicIp)

        The public IP address or Elastic IP address bound to the network interface.

        Parameters:
        publicIp - The public IP address or Elastic IP address bound to the network interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.