@Stability(value=Stable) public static final class CfnSiteToSiteVpnAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnSiteToSiteVpnAttachment>
CfnSiteToSiteVpnAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnSiteToSiteVpnAttachment |
build() |
CfnSiteToSiteVpnAttachment.Builder |
coreNetworkId(String coreNetworkId)
The core network ID.
|
static CfnSiteToSiteVpnAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSiteToSiteVpnAttachment.Builder |
tags(List<? extends CfnTag> tags)
The tags associated with the site-to-site VPN attachment.
|
CfnSiteToSiteVpnAttachment.Builder |
vpnConnectionArn(String vpnConnectionArn)
The ARN of the site-to-site VPN attachment.
|
@Stability(value=Stable) public static CfnSiteToSiteVpnAttachment.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.CfnSiteToSiteVpnAttachment.Builder.@Stability(value=Stable) public CfnSiteToSiteVpnAttachment.Builder coreNetworkId(String coreNetworkId)
coreNetworkId - The core network ID. This parameter is required.this@Stability(value=Stable) public CfnSiteToSiteVpnAttachment.Builder tags(List<? extends CfnTag> tags)
tags - The tags associated with the site-to-site VPN attachment. This parameter is required.this@Stability(value=Stable) public CfnSiteToSiteVpnAttachment.Builder vpnConnectionArn(String vpnConnectionArn)
vpnConnectionArn - The ARN of the site-to-site VPN attachment. This parameter is required.this@Stability(value=Stable) public CfnSiteToSiteVpnAttachment build()
build in interface software.amazon.jsii.Builder<CfnSiteToSiteVpnAttachment>Copyright © 2022. All rights reserved.