@Stability(value=Stable) public static final class CfnCarrierGateway.Builder extends Object implements software.amazon.jsii.Builder<CfnCarrierGateway>
CfnCarrierGateway.| Modifier and Type | Method and Description |
|---|---|
CfnCarrierGateway |
build() |
static CfnCarrierGateway.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCarrierGateway.Builder |
tags(List<? extends CfnTag> tags)
The tags assigned to the carrier gateway.
|
CfnCarrierGateway.Builder |
vpcId(String vpcId)
The ID of the VPC associated with the carrier gateway.
|
@Stability(value=Stable) public static CfnCarrierGateway.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.CfnCarrierGateway.Builder.@Stability(value=Stable) public CfnCarrierGateway.Builder vpcId(String vpcId)
vpcId - The ID of the VPC associated with the carrier gateway. This parameter is required.this@Stability(value=Stable) public CfnCarrierGateway.Builder tags(List<? extends CfnTag> tags)
tags - The tags assigned to the carrier gateway. This parameter is required.this@Stability(value=Stable) public CfnCarrierGateway build()
build in interface software.amazon.jsii.Builder<CfnCarrierGateway>Copyright © 2022. All rights reserved.