public static final class CfnInternetGateway.Builder
extends java.lang.Object
CfnInternetGateway
.Modifier and Type | Method and Description |
---|---|
CfnInternetGateway |
build() |
static CfnInternetGateway.Builder |
create(Construct scope,
java.lang.String id) |
CfnInternetGateway.Builder |
tags(java.util.List<? extends CfnTag> tags)
Any tags to assign to the internet gateway.
|
public static CfnInternetGateway.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.CfnInternetGateway.Builder
.public CfnInternetGateway.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- Any tags to assign to the internet gateway. This parameter is required.this
public CfnInternetGateway build()