Interface BgpOptions.Builder

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

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

    • peerAsn

      BgpOptions.Builder peerAsn(Long peerAsn)

      The Peer ASN of the BGP.

      Parameters:
      peerAsn - The Peer ASN of the BGP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.