@Stability(value=Stable) public static final class CfnSiteToSiteVpnAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSiteToSiteVpnAttachmentProps>
CfnSiteToSiteVpnAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSiteToSiteVpnAttachmentProps |
build()
Builds the configured instance.
|
CfnSiteToSiteVpnAttachmentProps.Builder |
coreNetworkId(String coreNetworkId)
Sets the value of
CfnSiteToSiteVpnAttachmentProps.getCoreNetworkId() |
CfnSiteToSiteVpnAttachmentProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSiteToSiteVpnAttachmentProps.getTags() |
CfnSiteToSiteVpnAttachmentProps.Builder |
vpnConnectionArn(String vpnConnectionArn)
Sets the value of
CfnSiteToSiteVpnAttachmentProps.getVpnConnectionArn() |
@Stability(value=Stable) public CfnSiteToSiteVpnAttachmentProps.Builder coreNetworkId(String coreNetworkId)
CfnSiteToSiteVpnAttachmentProps.getCoreNetworkId()coreNetworkId - The core network ID.this@Stability(value=Stable) public CfnSiteToSiteVpnAttachmentProps.Builder tags(List<? extends CfnTag> tags)
CfnSiteToSiteVpnAttachmentProps.getTags()tags - The tags associated with the site-to-site VPN attachment.this@Stability(value=Stable) public CfnSiteToSiteVpnAttachmentProps.Builder vpnConnectionArn(String vpnConnectionArn)
CfnSiteToSiteVpnAttachmentProps.getVpnConnectionArn()vpnConnectionArn - The ARN of the site-to-site VPN attachment.this@Stability(value=Stable) public CfnSiteToSiteVpnAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnSiteToSiteVpnAttachmentProps>CfnSiteToSiteVpnAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.