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
Modifier and TypeMethodDescriptioncoreNetworkAddress
(String coreNetworkAddress) The address of a core network.coreNetworkAsn
(Long coreNetworkAsn) The ASN of the Coret Network.peerAddress
(String peerAddress) The address of a core network Connect peer.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 Details
-
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
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
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
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.
-