Interface NewBGPPeer.Builder

    • Method Detail

      • asn

        NewBGPPeer.Builder asn​(Integer asn)

        The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

        Parameters:
        asn - The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authKey

        NewBGPPeer.Builder authKey​(String authKey)

        The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

        Parameters:
        authKey - The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addressFamily

        NewBGPPeer.Builder addressFamily​(String addressFamily)

        The address family for the BGP peer.

        Parameters:
        addressFamily - The address family for the BGP peer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AddressFamily, AddressFamily
      • addressFamily

        NewBGPPeer.Builder addressFamily​(AddressFamily addressFamily)

        The address family for the BGP peer.

        Parameters:
        addressFamily - The address family for the BGP peer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AddressFamily, AddressFamily
      • amazonAddress

        NewBGPPeer.Builder amazonAddress​(String amazonAddress)

        The IP address assigned to the Amazon interface.

        Parameters:
        amazonAddress - The IP address assigned to the Amazon interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerAddress

        NewBGPPeer.Builder customerAddress​(String customerAddress)

        The IP address assigned to the customer interface.

        Parameters:
        customerAddress - The IP address assigned to the customer interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.