@Stability(value=Stable) public static final class CfnNatGateway.Builder extends Object implements software.amazon.jsii.Builder<CfnNatGateway>
CfnNatGateway.| Modifier and Type | Method and Description |
|---|---|
CfnNatGateway.Builder |
allocationId(String allocationId)
`AWS::EC2::NatGateway.AllocationId`.
|
CfnNatGateway |
build() |
static CfnNatGateway.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNatGateway.Builder |
subnetId(String subnetId)
`AWS::EC2::NatGateway.SubnetId`.
|
CfnNatGateway.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::NatGateway.Tags`.
|
@Stability(value=Stable) public static CfnNatGateway.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.CfnNatGateway.Builder.@Stability(value=Stable) public CfnNatGateway.Builder allocationId(String allocationId)
allocationId - `AWS::EC2::NatGateway.AllocationId`. This parameter is required.this@Stability(value=Stable) public CfnNatGateway.Builder subnetId(String subnetId)
subnetId - `AWS::EC2::NatGateway.SubnetId`. This parameter is required.this@Stability(value=Stable) public CfnNatGateway.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::NatGateway.Tags`. This parameter is required.this@Stability(value=Stable) public CfnNatGateway build()
build in interface software.amazon.jsii.Builder<CfnNatGateway>Copyright © 2021. All rights reserved.