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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewBGPPeer.BuilderaddressFamily(String addressFamily)The address family for the BGP peer.NewBGPPeer.BuilderaddressFamily(AddressFamily addressFamily)The address family for the BGP peer.NewBGPPeer.BuilderamazonAddress(String amazonAddress)The IP address assigned to the Amazon interface.NewBGPPeer.Builderasn(Integer asn)The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.NewBGPPeer.BuilderauthKey(String authKey)The authentication key for BGP configuration.NewBGPPeer.BuildercustomerAddress(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 Detail
-
asn
NewBGPPeer.Builder asn(Integer 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
NewBGPPeer.Builder authKey(String 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
NewBGPPeer.Builder addressFamily(String 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,AddressFamily
-
addressFamily
NewBGPPeer.Builder addressFamily(AddressFamily 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,AddressFamily
-
amazonAddress
NewBGPPeer.Builder amazonAddress(String 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
NewBGPPeer.Builder customerAddress(String 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.
-
-