Interface NewBGPPeer.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NewBGPPeer.Builder,NewBGPPeer>, SdkBuilder<NewBGPPeer.Builder,NewBGPPeer>, SdkPojo
Enclosing class:
NewBGPPeer

public static interface NewBGPPeer.Builder extends SdkPojo, CopyableBuilder<NewBGPPeer.Builder,NewBGPPeer>
  • Method Details

    • 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

      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:
    • 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.