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