@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)
`AWS::NetworkManager::CustomerGatewayAssociation.CustomerGatewayArn`.
|
CfnCustomerGatewayAssociation.Builder |
deviceId(String deviceId)
`AWS::NetworkManager::CustomerGatewayAssociation.DeviceId`.
|
CfnCustomerGatewayAssociation.Builder |
globalNetworkId(String globalNetworkId)
`AWS::NetworkManager::CustomerGatewayAssociation.GlobalNetworkId`.
|
CfnCustomerGatewayAssociation.Builder |
linkId(String linkId)
`AWS::NetworkManager::CustomerGatewayAssociation.LinkId`.
|
@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 - `AWS::NetworkManager::CustomerGatewayAssociation.CustomerGatewayArn`. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation.Builder deviceId(String deviceId)
deviceId - `AWS::NetworkManager::CustomerGatewayAssociation.DeviceId`. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation.Builder globalNetworkId(String globalNetworkId)
globalNetworkId - `AWS::NetworkManager::CustomerGatewayAssociation.GlobalNetworkId`. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation.Builder linkId(String linkId)
linkId - `AWS::NetworkManager::CustomerGatewayAssociation.LinkId`. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayAssociation build()
build in interface software.amazon.jsii.Builder<CfnCustomerGatewayAssociation>Copyright © 2021. All rights reserved.