Interface NewBGPPeer.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NewBGPPeer.Builder,
,NewBGPPeer> SdkBuilder<NewBGPPeer.Builder,
,NewBGPPeer> SdkPojo
- Enclosing class:
NewBGPPeer
public static interface NewBGPPeer.Builder
extends SdkPojo, CopyableBuilder<NewBGPPeer.Builder,NewBGPPeer>
-
Method Summary
Modifier and TypeMethodDescriptionaddressFamily
(String addressFamily) The address family for the BGP peer.addressFamily
(AddressFamily addressFamily) The address family for the BGP peer.amazonAddress
(String amazonAddress) The IP address assigned to the Amazon interface.The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.The authentication key for BGP configuration.customerAddress
(String customerAddress) The IP address assigned to the customer interface.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
-
asn
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
- Parameters:
asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authKey
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
- Parameters:
authKey
- The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressFamily
The address family for the BGP peer.
- Parameters:
addressFamily
- The address family for the BGP peer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
addressFamily
The address family for the BGP peer.
- Parameters:
addressFamily
- The address family for the BGP peer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
amazonAddress
The IP address assigned to the Amazon interface.
- Parameters:
amazonAddress
- The IP address assigned to the Amazon interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerAddress
The IP address assigned to the customer interface.
- Parameters:
customerAddress
- The IP address assigned to the customer interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-