Interface AsnAssociation.Builder

    • Method Detail

      • asn

        AsnAssociation.Builder asn​(String asn)

        The association's ASN.

        Parameters:
        asn - The association's ASN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidr

        AsnAssociation.Builder cidr​(String cidr)

        The association's CIDR.

        Parameters:
        cidr - The association's CIDR.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        AsnAssociation.Builder statusMessage​(String statusMessage)

        The association's status message.

        Parameters:
        statusMessage - The association's status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.