@Stability(value=Stable) public static final class CfnClientVpnTargetNetworkAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnClientVpnTargetNetworkAssociation>
CfnClientVpnTargetNetworkAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnClientVpnTargetNetworkAssociation |
build() |
CfnClientVpnTargetNetworkAssociation.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
static CfnClientVpnTargetNetworkAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnClientVpnTargetNetworkAssociation.Builder |
subnetId(String subnetId)
The ID of the subnet to associate with the Client VPN endpoint.
|
@Stability(value=Stable) public static CfnClientVpnTargetNetworkAssociation.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.CfnClientVpnTargetNetworkAssociation.Builder.@Stability(value=Stable) public CfnClientVpnTargetNetworkAssociation.Builder clientVpnEndpointId(String clientVpnEndpointId)
clientVpnEndpointId - The ID of the Client VPN endpoint. This parameter is required.this@Stability(value=Stable) public CfnClientVpnTargetNetworkAssociation.Builder subnetId(String subnetId)
subnetId - The ID of the subnet to associate with the Client VPN endpoint. This parameter is required.this@Stability(value=Stable) public CfnClientVpnTargetNetworkAssociation build()
build in interface software.amazon.jsii.Builder<CfnClientVpnTargetNetworkAssociation>Copyright © 2022. All rights reserved.