@Stability(value=Stable) public static final class CfnCustomerGatewayAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomerGatewayAssociation>
CfnCustomerGatewayAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnCustomerGatewayAssociation |
build() |
static CfnCustomerGatewayAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCustomerGatewayAssociation.Builder |
customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
CfnCustomerGatewayAssociation.Builder |
deviceId(String deviceId)
The ID of the device.
|
CfnCustomerGatewayAssociation.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CfnCustomerGatewayAssociation.Builder |
linkId(String linkId)
The ID of the link.
|
@Stability(value=Stable) public static CfnCustomerGatewayAssociation.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.CfnCustomerGatewayAssociation.Builder.@Stability(value=Stable) public CfnCustomerGatewayAssociation.Builder customerGatewayArn(String customerGatewayArn)
customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation.Builder deviceId(String deviceId)
deviceId - The ID of the device. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation.Builder globalNetworkId(String globalNetworkId)
globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation.Builder linkId(String linkId)
linkId - The ID of the link. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation build()
build in interface software.amazon.jsii.Builder<CfnCustomerGatewayAssociation>Copyright © 2022. All rights reserved.