public static final class CfnCustomerGatewayAssociation.Builder
extends java.lang.Object
CfnCustomerGatewayAssociation
.Modifier and Type | Method and Description |
---|---|
CfnCustomerGatewayAssociation |
build() |
static CfnCustomerGatewayAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnCustomerGatewayAssociation.Builder |
customerGatewayArn(java.lang.String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
CfnCustomerGatewayAssociation.Builder |
deviceId(java.lang.String deviceId)
The ID of the device.
|
CfnCustomerGatewayAssociation.Builder |
globalNetworkId(java.lang.String globalNetworkId)
The ID of the global network.
|
CfnCustomerGatewayAssociation.Builder |
linkId(java.lang.String linkId)
The ID of the link.
|
public static CfnCustomerGatewayAssociation.Builder create(Construct scope, java.lang.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
.public CfnCustomerGatewayAssociation.Builder customerGatewayArn(java.lang.String customerGatewayArn)
customerGatewayArn
- The Amazon Resource Name (ARN) of the customer gateway. This parameter is required.this
public CfnCustomerGatewayAssociation.Builder deviceId(java.lang.String deviceId)
deviceId
- The ID of the device. This parameter is required.this
public CfnCustomerGatewayAssociation.Builder globalNetworkId(java.lang.String globalNetworkId)
globalNetworkId
- The ID of the global network. This parameter is required.this
public CfnCustomerGatewayAssociation.Builder linkId(java.lang.String linkId)
linkId
- The ID of the link. This parameter is required.this
public CfnCustomerGatewayAssociation build()