public static interface BGPPeer.Builder extends CopyableBuilder<BGPPeer.Builder,BGPPeer>
| Modifier and Type | Method and Description |
|---|---|
BGPPeer.Builder |
addressFamily(AddressFamily addressFamily)
Sets the value of the AddressFamily property for this object.
|
BGPPeer.Builder |
addressFamily(String addressFamily)
Sets the value of the AddressFamily property for this object.
|
BGPPeer.Builder |
amazonAddress(String amazonAddress)
Sets the value of the AmazonAddress property for this object.
|
BGPPeer.Builder |
asn(Integer asn)
Sets the value of the Asn property for this object.
|
BGPPeer.Builder |
authKey(String authKey)
Sets the value of the AuthKey property for this object.
|
BGPPeer.Builder |
bgpPeerState(BGPPeerState bgpPeerState)
Sets the value of the BgpPeerState property for this object.
|
BGPPeer.Builder |
bgpPeerState(String bgpPeerState)
Sets the value of the BgpPeerState property for this object.
|
BGPPeer.Builder |
bgpStatus(BGPStatus bgpStatus)
Sets the value of the BgpStatus property for this object.
|
BGPPeer.Builder |
bgpStatus(String bgpStatus)
Sets the value of the BgpStatus property for this object.
|
BGPPeer.Builder |
customerAddress(String customerAddress)
Sets the value of the CustomerAddress property for this object.
|
copyapply, buildBGPPeer.Builder asn(Integer asn)
asn - The new value for the Asn property for this object.BGPPeer.Builder authKey(String authKey)
authKey - The new value for the AuthKey property for this object.BGPPeer.Builder addressFamily(String addressFamily)
addressFamily - The new value for the AddressFamily property for this object.AddressFamily,
AddressFamilyBGPPeer.Builder addressFamily(AddressFamily addressFamily)
addressFamily - The new value for the AddressFamily property for this object.AddressFamily,
AddressFamilyBGPPeer.Builder amazonAddress(String amazonAddress)
amazonAddress - The new value for the AmazonAddress property for this object.BGPPeer.Builder customerAddress(String customerAddress)
customerAddress - The new value for the CustomerAddress property for this object.BGPPeer.Builder bgpPeerState(String bgpPeerState)
bgpPeerState - The new value for the BgpPeerState property for this object.BGPPeerState,
BGPPeerStateBGPPeer.Builder bgpPeerState(BGPPeerState bgpPeerState)
bgpPeerState - The new value for the BgpPeerState property for this object.BGPPeerState,
BGPPeerStateBGPPeer.Builder bgpStatus(String bgpStatus)
BGPPeer.Builder bgpStatus(BGPStatus bgpStatus)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.