Interface ConnectPeerBgpConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>,SdkBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>,SdkPojo
- Enclosing class:
- ConnectPeerBgpConfiguration
public static interface ConnectPeerBgpConfiguration.Builder extends SdkPojo, CopyableBuilder<ConnectPeerBgpConfiguration.Builder,ConnectPeerBgpConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectPeerBgpConfiguration.BuildercoreNetworkAddress(String coreNetworkAddress)The address of a core network.ConnectPeerBgpConfiguration.BuildercoreNetworkAsn(Long coreNetworkAsn)The ASN of the Coret Network.ConnectPeerBgpConfiguration.BuilderpeerAddress(String peerAddress)The address of a core network Connect peer.ConnectPeerBgpConfiguration.BuilderpeerAsn(Long peerAsn)The ASN of the Connect peer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
coreNetworkAsn
ConnectPeerBgpConfiguration.Builder coreNetworkAsn(Long coreNetworkAsn)
The ASN of the Coret Network.
- Parameters:
coreNetworkAsn- The ASN of the Coret Network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peerAsn
ConnectPeerBgpConfiguration.Builder peerAsn(Long peerAsn)
The ASN of the Connect peer.
- Parameters:
peerAsn- The ASN of the Connect peer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coreNetworkAddress
ConnectPeerBgpConfiguration.Builder coreNetworkAddress(String coreNetworkAddress)
The address of a core network.
- Parameters:
coreNetworkAddress- The address of a core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peerAddress
ConnectPeerBgpConfiguration.Builder peerAddress(String peerAddress)
The address of a core network Connect peer.
- Parameters:
peerAddress- The address of a core network Connect peer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-