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