public static final class CfnCarrierGateway.Builder
extends java.lang.Object
CfnCarrierGateway
.Modifier and Type | Method and Description |
---|---|
CfnCarrierGateway |
build() |
static CfnCarrierGateway.Builder |
create(Construct scope,
java.lang.String id) |
CfnCarrierGateway.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags assigned to the carrier gateway.
|
CfnCarrierGateway.Builder |
vpcId(java.lang.String vpcId)
The ID of the VPC associated with the carrier gateway.
|
public static CfnCarrierGateway.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.CfnCarrierGateway.Builder
.public CfnCarrierGateway.Builder vpcId(java.lang.String vpcId)
vpcId
- The ID of the VPC associated with the carrier gateway. This parameter is required.this
public CfnCarrierGateway.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags assigned to the carrier gateway. This parameter is required.this
public CfnCarrierGateway build()