Class CfnRouteServerPeerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnRouteServerPeerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouteServerPeerPropsMixin>
- Enclosing class:
CfnRouteServerPeerPropsMixin
@Stability(Stable)
public static final class CfnRouteServerPeerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouteServerPeerPropsMixin>
A fluent builder for
CfnRouteServerPeerPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.bgpOptions(IResolvable bgpOptions) The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.build()create()create(CfnPropertyMixinOptions options) peerAddress(String peerAddress) The IPv4 address of the peer device.routeServerEndpointId(String routeServerEndpointId) The ID of the route server endpoint associated with this peer.Any tags assigned to the route server peer.
-
Method Details
-
create
@Stability(Stable) public static CfnRouteServerPeerPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRouteServerPeerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRouteServerPeerPropsMixin.Builder.
-
bgpOptions
The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.- Parameters:
bgpOptions- The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings. This parameter is required.- Returns:
this- See Also:
-
bgpOptions
@Stability(Stable) public CfnRouteServerPeerPropsMixin.Builder bgpOptions(CfnRouteServerPeerPropsMixin.BgpOptionsProperty bgpOptions) The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings.- Parameters:
bgpOptions- The BGP configuration options for this peer, including ASN (Autonomous System Number) and BFD (Bidrectional Forwarding Detection) settings. This parameter is required.- Returns:
this- See Also:
-
peerAddress
The IPv4 address of the peer device.- Parameters:
peerAddress- The IPv4 address of the peer device. This parameter is required.- Returns:
this- See Also:
-
routeServerEndpointId
@Stability(Stable) public CfnRouteServerPeerPropsMixin.Builder routeServerEndpointId(String routeServerEndpointId) The ID of the route server endpoint associated with this peer.- Parameters:
routeServerEndpointId- The ID of the route server endpoint associated with this peer. This parameter is required.- Returns:
this- See Also:
-
tags
Any tags assigned to the route server peer.- Parameters:
tags- Any tags assigned to the route server peer. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouteServerPeerPropsMixin>- Returns:
- a newly built instance of
CfnRouteServerPeerPropsMixin.
-