Uses of Interface
software.amazon.awssdk.services.directconnect.model.NewBGPPeer.Builder
-
Packages that use NewBGPPeer.Builder Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of NewBGPPeer.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return NewBGPPeer.Builder Modifier and Type Method Description NewBGPPeer.BuilderNewBGPPeer.Builder. addressFamily(String addressFamily)The address family for the BGP peer.NewBGPPeer.BuilderNewBGPPeer.Builder. addressFamily(AddressFamily addressFamily)The address family for the BGP peer.NewBGPPeer.BuilderNewBGPPeer.Builder. amazonAddress(String amazonAddress)The IP address assigned to the Amazon interface.NewBGPPeer.BuilderNewBGPPeer.Builder. asn(Integer asn)The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.NewBGPPeer.BuilderNewBGPPeer.Builder. authKey(String authKey)The authentication key for BGP configuration.static NewBGPPeer.BuilderNewBGPPeer. builder()NewBGPPeer.BuilderNewBGPPeer.Builder. customerAddress(String customerAddress)The IP address assigned to the customer interface.NewBGPPeer.BuilderNewBGPPeer. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type NewBGPPeer.Builder Modifier and Type Method Description static Class<? extends NewBGPPeer.Builder>NewBGPPeer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type NewBGPPeer.Builder Modifier and Type Method Description default CreateBgpPeerRequest.BuilderCreateBgpPeerRequest.Builder. newBGPPeer(Consumer<NewBGPPeer.Builder> newBGPPeer)Information about the BGP peer.
-