| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BGPPeer.Builder |
BGPPeer.Builder.addressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
BGPPeer.Builder |
BGPPeer.Builder.addressFamily(String addressFamily)
The address family for the BGP peer.
|
BGPPeer.Builder |
BGPPeer.Builder.amazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
BGPPeer.Builder |
BGPPeer.Builder.asn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
BGPPeer.Builder |
BGPPeer.Builder.authKey(String authKey)
The authentication key for BGP configuration.
|
BGPPeer.Builder |
BGPPeer.Builder.awsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint that terminates the BGP peer.
|
BGPPeer.Builder |
BGPPeer.Builder.awsLogicalDeviceId(String awsLogicalDeviceId)
The Direct Connect endpoint that terminates the logical connection.
|
BGPPeer.Builder |
BGPPeer.Builder.bgpPeerId(String bgpPeerId)
The ID of the BGP peer.
|
BGPPeer.Builder |
BGPPeer.Builder.bgpPeerState(BGPPeerState bgpPeerState)
The state of the BGP peer.
|
BGPPeer.Builder |
BGPPeer.Builder.bgpPeerState(String bgpPeerState)
The state of the BGP peer.
|
BGPPeer.Builder |
BGPPeer.Builder.bgpStatus(BGPStatus bgpStatus)
The status of the BGP peer.
|
BGPPeer.Builder |
BGPPeer.Builder.bgpStatus(String bgpStatus)
The status of the BGP peer.
|
static BGPPeer.Builder |
BGPPeer.builder() |
BGPPeer.Builder |
BGPPeer.Builder.customerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
BGPPeer.Builder |
BGPPeer.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BGPPeer.Builder> |
BGPPeer.serializableBuilderClass() |
Copyright © 2023. All rights reserved.