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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BgpOptions.BuilderpeerAsn(Long peerAsn)The Peer ASN of the BGP.-
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
-
peerAsn
BgpOptions.Builder peerAsn(Long 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.
-
-