@Stability(value=Stable) public static final class CfnVPCGatewayAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCGatewayAttachmentProps>
CfnVPCGatewayAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPCGatewayAttachmentProps |
build()
Builds the configured instance.
|
CfnVPCGatewayAttachmentProps.Builder |
internetGatewayId(String internetGatewayId)
Sets the value of
CfnVPCGatewayAttachmentProps.getInternetGatewayId() |
CfnVPCGatewayAttachmentProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnVPCGatewayAttachmentProps.getVpcId() |
CfnVPCGatewayAttachmentProps.Builder |
vpnGatewayId(String vpnGatewayId)
Sets the value of
CfnVPCGatewayAttachmentProps.getVpnGatewayId() |
@Stability(value=Stable) public CfnVPCGatewayAttachmentProps.Builder vpcId(String vpcId)
CfnVPCGatewayAttachmentProps.getVpcId()vpcId - `AWS::EC2::VPCGatewayAttachment.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnVPCGatewayAttachmentProps.Builder internetGatewayId(String internetGatewayId)
CfnVPCGatewayAttachmentProps.getInternetGatewayId()internetGatewayId - `AWS::EC2::VPCGatewayAttachment.InternetGatewayId`.this@Stability(value=Stable) public CfnVPCGatewayAttachmentProps.Builder vpnGatewayId(String vpnGatewayId)
CfnVPCGatewayAttachmentProps.getVpnGatewayId()vpnGatewayId - `AWS::EC2::VPCGatewayAttachment.VpnGatewayId`.this@Stability(value=Stable) public CfnVPCGatewayAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnVPCGatewayAttachmentProps>CfnVPCGatewayAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.