@Stability(value=Stable) public static final class CfnCustomerGatewayProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCustomerGatewayProps>
CfnCustomerGatewayProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCustomerGatewayProps.Builder |
bgpAsn(Number bgpAsn)
Sets the value of
CfnCustomerGatewayProps.getBgpAsn() |
CfnCustomerGatewayProps |
build()
Builds the configured instance.
|
CfnCustomerGatewayProps.Builder |
ipAddress(String ipAddress)
Sets the value of
CfnCustomerGatewayProps.getIpAddress() |
CfnCustomerGatewayProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCustomerGatewayProps.getTags() |
CfnCustomerGatewayProps.Builder |
type(String type)
Sets the value of
CfnCustomerGatewayProps.getType() |
@Stability(value=Stable) public CfnCustomerGatewayProps.Builder bgpAsn(Number bgpAsn)
CfnCustomerGatewayProps.getBgpAsn()bgpAsn - `AWS::EC2::CustomerGateway.BgpAsn`. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayProps.Builder ipAddress(String ipAddress)
CfnCustomerGatewayProps.getIpAddress()ipAddress - `AWS::EC2::CustomerGateway.IpAddress`. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayProps.Builder type(String type)
CfnCustomerGatewayProps.getType()type - `AWS::EC2::CustomerGateway.Type`. This parameter is required.this@Stability(value=Stable) public CfnCustomerGatewayProps.Builder tags(List<? extends CfnTag> tags)
CfnCustomerGatewayProps.getTags()tags - `AWS::EC2::CustomerGateway.Tags`.this@Stability(value=Stable) public CfnCustomerGatewayProps build()
build in interface software.amazon.jsii.Builder<CfnCustomerGatewayProps>CfnCustomerGatewayPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.