@Stability(value=Stable) public static final class CfnConnectPeer.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectPeer>
CfnConnectPeer.| Modifier and Type | Method and Description |
|---|---|
CfnConnectPeer.Builder |
bgpOptions(CfnConnectPeer.BgpOptionsProperty bgpOptions)
The BGP peer options.
|
CfnConnectPeer.Builder |
bgpOptions(IResolvable bgpOptions)
The BGP peer options.
|
CfnConnectPeer |
build() |
CfnConnectPeer.Builder |
connectAttachmentId(String connectAttachmentId)
The ID of Connect peer.
|
CfnConnectPeer.Builder |
coreNetworkAddress(String coreNetworkAddress)
The IP address of a core network.
|
static CfnConnectPeer.Builder |
create(software.constructs.Construct scope,
String id) |
CfnConnectPeer.Builder |
insideCidrBlocks(List<String> insideCidrBlocks)
The inside IP addresses used for a Connect peer configuration.
|
CfnConnectPeer.Builder |
peerAddress(String peerAddress)
The IP address of the Connect peer.
|
CfnConnectPeer.Builder |
tags(List<? extends CfnTag> tags)
The tags associated with the Connect peer.
|
@Stability(value=Stable) public static CfnConnectPeer.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnConnectPeer.BgpOptionsProperty.Builder.@Stability(value=Stable) public CfnConnectPeer.Builder bgpOptions(CfnConnectPeer.BgpOptionsProperty bgpOptions)
bgpOptions - The BGP peer options. This parameter is required.this@Stability(value=Stable) public CfnConnectPeer.Builder bgpOptions(IResolvable bgpOptions)
bgpOptions - The BGP peer options. This parameter is required.this@Stability(value=Stable) public CfnConnectPeer.Builder connectAttachmentId(String connectAttachmentId)
connectAttachmentId - The ID of Connect peer. This parameter is required.this@Stability(value=Stable) public CfnConnectPeer.Builder coreNetworkAddress(String coreNetworkAddress)
coreNetworkAddress - The IP address of a core network. This parameter is required.this@Stability(value=Stable) public CfnConnectPeer.Builder insideCidrBlocks(List<String> insideCidrBlocks)
insideCidrBlocks - The inside IP addresses used for a Connect peer configuration. This parameter is required.this@Stability(value=Stable) public CfnConnectPeer.Builder peerAddress(String peerAddress)
peerAddress - The IP address of the Connect peer. This parameter is required.this@Stability(value=Stable) public CfnConnectPeer.Builder tags(List<? extends CfnTag> tags)
tags - The tags associated with the Connect peer. This parameter is required.this@Stability(value=Stable) public CfnConnectPeer build()
build in interface software.amazon.jsii.Builder<CfnConnectPeer>Copyright © 2022. All rights reserved.