@Stability(value=Stable) public static final class CfnTransitGatewayPeeringAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayPeeringAttachmentProps>
CfnTransitGatewayPeeringAttachmentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps.Builder peerAccountId(String peerAccountId)
CfnTransitGatewayPeeringAttachmentProps.getPeerAccountId()peerAccountId - The ID of the AWS account that owns the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps.Builder peerRegion(String peerRegion)
CfnTransitGatewayPeeringAttachmentProps.getPeerRegion()peerRegion - The Region of the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps.Builder peerTransitGatewayId(String peerTransitGatewayId)
CfnTransitGatewayPeeringAttachmentProps.getPeerTransitGatewayId()peerTransitGatewayId - The ID of the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps.Builder transitGatewayId(String transitGatewayId)
CfnTransitGatewayPeeringAttachmentProps.getTransitGatewayId()transitGatewayId - The ID of the transit gateway peering attachment. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps.Builder options(CfnTransitGatewayPeeringAttachment.TransitGatewayPeeringAttachmentOptionsProperty options)
CfnTransitGatewayPeeringAttachmentProps.getOptions()options - `AWS::EC2::TransitGatewayPeeringAttachment.Options`.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps.Builder options(IResolvable options)
CfnTransitGatewayPeeringAttachmentProps.getOptions()options - `AWS::EC2::TransitGatewayPeeringAttachment.Options`.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps.Builder tags(List<? extends CfnTag> tags)
CfnTransitGatewayPeeringAttachmentProps.getTags()tags - The tags for the transit gateway peering attachment.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayPeeringAttachmentProps>CfnTransitGatewayPeeringAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.