@Stability(value=Stable) public static final class CfnVPCPeeringConnectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCPeeringConnectionProps>
CfnVPCPeeringConnectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPCPeeringConnectionProps |
build()
Builds the configured instance.
|
CfnVPCPeeringConnectionProps.Builder |
peerOwnerId(String peerOwnerId)
Sets the value of
CfnVPCPeeringConnectionProps.getPeerOwnerId() |
CfnVPCPeeringConnectionProps.Builder |
peerRegion(String peerRegion)
Sets the value of
CfnVPCPeeringConnectionProps.getPeerRegion() |
CfnVPCPeeringConnectionProps.Builder |
peerRoleArn(String peerRoleArn)
Sets the value of
CfnVPCPeeringConnectionProps.getPeerRoleArn() |
CfnVPCPeeringConnectionProps.Builder |
peerVpcId(String peerVpcId)
Sets the value of
CfnVPCPeeringConnectionProps.getPeerVpcId() |
CfnVPCPeeringConnectionProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVPCPeeringConnectionProps.getTags() |
CfnVPCPeeringConnectionProps.Builder |
vpcId(String vpcId)
Sets the value of
CfnVPCPeeringConnectionProps.getVpcId() |
@Stability(value=Stable) public CfnVPCPeeringConnectionProps.Builder peerVpcId(String peerVpcId)
CfnVPCPeeringConnectionProps.getPeerVpcId()peerVpcId - `AWS::EC2::VPCPeeringConnection.PeerVpcId`. This parameter is required.this@Stability(value=Stable) public CfnVPCPeeringConnectionProps.Builder vpcId(String vpcId)
CfnVPCPeeringConnectionProps.getVpcId()vpcId - `AWS::EC2::VPCPeeringConnection.VpcId`. This parameter is required.this@Stability(value=Stable) public CfnVPCPeeringConnectionProps.Builder peerOwnerId(String peerOwnerId)
CfnVPCPeeringConnectionProps.getPeerOwnerId()peerOwnerId - `AWS::EC2::VPCPeeringConnection.PeerOwnerId`.this@Stability(value=Stable) public CfnVPCPeeringConnectionProps.Builder peerRegion(String peerRegion)
CfnVPCPeeringConnectionProps.getPeerRegion()peerRegion - `AWS::EC2::VPCPeeringConnection.PeerRegion`.this@Stability(value=Stable) public CfnVPCPeeringConnectionProps.Builder peerRoleArn(String peerRoleArn)
CfnVPCPeeringConnectionProps.getPeerRoleArn()peerRoleArn - `AWS::EC2::VPCPeeringConnection.PeerRoleArn`.this@Stability(value=Stable) public CfnVPCPeeringConnectionProps.Builder tags(List<? extends CfnTag> tags)
CfnVPCPeeringConnectionProps.getTags()tags - `AWS::EC2::VPCPeeringConnection.Tags`.this@Stability(value=Stable) public CfnVPCPeeringConnectionProps build()
build in interface software.amazon.jsii.Builder<CfnVPCPeeringConnectionProps>CfnVPCPeeringConnectionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.