Interface RouteServerBgpOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteServerBgpOptions.Builder,RouteServerBgpOptions>,SdkBuilder<RouteServerBgpOptions.Builder,RouteServerBgpOptions>,SdkPojo
- Enclosing class:
- RouteServerBgpOptions
@Mutable @NotThreadSafe public static interface RouteServerBgpOptions.Builder extends SdkPojo, CopyableBuilder<RouteServerBgpOptions.Builder,RouteServerBgpOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteServerBgpOptions.BuilderpeerAsn(Long peerAsn)The Border Gateway Protocol (BGP) Autonomous System Number (ASN) for the appliance.RouteServerBgpOptions.BuilderpeerLivenessDetection(String peerLivenessDetection)The liveness detection protocol used for the BGP peer.RouteServerBgpOptions.BuilderpeerLivenessDetection(RouteServerPeerLivenessMode peerLivenessDetection)The liveness detection protocol used for the BGP 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
peerAsn
RouteServerBgpOptions.Builder peerAsn(Long peerAsn)
The Border Gateway Protocol (BGP) Autonomous System Number (ASN) for the appliance. Valid values are from 1 to 4294967295. We recommend using a private ASN in the 64512–65534 (16-bit ASN) or 4200000000–4294967294 (32-bit ASN) range.
- Parameters:
peerAsn- The Border Gateway Protocol (BGP) Autonomous System Number (ASN) for the appliance. Valid values are from 1 to 4294967295. We recommend using a private ASN in the 64512–65534 (16-bit ASN) or 4200000000–4294967294 (32-bit ASN) range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
peerLivenessDetection
RouteServerBgpOptions.Builder peerLivenessDetection(String peerLivenessDetection)
The liveness detection protocol used for the BGP peer.
The requested liveness detection protocol for the BGP peer.
-
bgp-keepalive: The standard BGP keep alive mechanism (RFC4271) that is stable but may take longer to fail-over in cases of network impact or router failure. -
bfd: An additional Bidirectional Forwarding Detection (BFD) protocol (RFC5880) that enables fast failover by using more sensitive liveness detection.
Defaults to
bgp-keepalive.- Parameters:
peerLivenessDetection- The liveness detection protocol used for the BGP peer.The requested liveness detection protocol for the BGP peer.
-
bgp-keepalive: The standard BGP keep alive mechanism (RFC4271) that is stable but may take longer to fail-over in cases of network impact or router failure. -
bfd: An additional Bidirectional Forwarding Detection (BFD) protocol (RFC5880) that enables fast failover by using more sensitive liveness detection.
Defaults to
bgp-keepalive.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteServerPeerLivenessMode,RouteServerPeerLivenessMode
-
-
peerLivenessDetection
RouteServerBgpOptions.Builder peerLivenessDetection(RouteServerPeerLivenessMode peerLivenessDetection)
The liveness detection protocol used for the BGP peer.
The requested liveness detection protocol for the BGP peer.
-
bgp-keepalive: The standard BGP keep alive mechanism (RFC4271) that is stable but may take longer to fail-over in cases of network impact or router failure. -
bfd: An additional Bidirectional Forwarding Detection (BFD) protocol (RFC5880) that enables fast failover by using more sensitive liveness detection.
Defaults to
bgp-keepalive.- Parameters:
peerLivenessDetection- The liveness detection protocol used for the BGP peer.The requested liveness detection protocol for the BGP peer.
-
bgp-keepalive: The standard BGP keep alive mechanism (RFC4271) that is stable but may take longer to fail-over in cases of network impact or router failure. -
bfd: An additional Bidirectional Forwarding Detection (BFD) protocol (RFC5880) that enables fast failover by using more sensitive liveness detection.
Defaults to
bgp-keepalive.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteServerPeerLivenessMode,RouteServerPeerLivenessMode
-
-
-