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