public static interface NewBGPPeer.Builder extends SdkPojo, CopyableBuilder<NewBGPPeer.Builder,NewBGPPeer>
Modifier and Type | Method and Description |
---|---|
NewBGPPeer.Builder |
addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewBGPPeer.Builder |
addressFamily(String addressFamily)
The address family for the BGP peer.
|
NewBGPPeer.Builder |
amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewBGPPeer.Builder |
asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewBGPPeer.Builder |
authKey(String authKey)
The authentication key for BGP configuration.
|
NewBGPPeer.Builder |
customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
copy
applyMutation, build
NewBGPPeer.Builder asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.NewBGPPeer.Builder authKey(String authKey)
The authentication key for BGP configuration.
authKey
- The authentication key for BGP configuration.NewBGPPeer.Builder addressFamily(String addressFamily)
The address family for the BGP peer.
addressFamily
- The address family for the BGP peer.AddressFamily
,
AddressFamily
NewBGPPeer.Builder addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
addressFamily
- The address family for the BGP peer.AddressFamily
,
AddressFamily
NewBGPPeer.Builder amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
amazonAddress
- The IP address assigned to the Amazon interface.NewBGPPeer.Builder customerAddress(String customerAddress)
The IP address assigned to the customer interface.
customerAddress
- The IP address assigned to the customer interface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.