Interface BgpOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BgpOptions.Builder,,BgpOptions> SdkBuilder<BgpOptions.Builder,,BgpOptions> SdkPojo
- Enclosing class:
 BgpOptions
public static interface BgpOptions.Builder
extends SdkPojo, CopyableBuilder<BgpOptions.Builder,BgpOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Peer ASN of the BGP.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
peerAsn
The Peer ASN of the BGP.
- Parameters:
 peerAsn- The Peer ASN of the BGP.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -