Class CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAttachmentPropsMixin>
- Enclosing class:
CfnTransitGatewayRouteTableAttachmentPropsMixin
@Stability(Stable)
public static final class CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAttachmentPropsMixin>
A fluent builder for
CfnTransitGatewayRouteTableAttachmentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) networkFunctionGroupName(String networkFunctionGroupName) The name of the network function group.The ID of the transit gateway peering.proposedNetworkFunctionGroupChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.proposedSegmentChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) This property is read-only.proposedSegmentChange(IResolvable proposedSegmentChange) This property is read-only.routingPolicyLabel(String routingPolicyLabel) Routing policy label.The list of key-value pairs associated with the transit gateway route table attachment.transitGatewayRouteTableArn(String transitGatewayRouteTableArn) The ARN of the transit gateway attachment route table.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder.
-
networkFunctionGroupName
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder networkFunctionGroupName(String networkFunctionGroupName) The name of the network function group.- Parameters:
networkFunctionGroupName- The name of the network function group. This parameter is required.- Returns:
this- See Also:
-
peeringId
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder peeringId(String peeringId) The ID of the transit gateway peering.- Parameters:
peeringId- The ID of the transit gateway peering. This parameter is required.- Returns:
this- See Also:
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group. This parameter is required.- Returns:
this- See Also:
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder proposedNetworkFunctionGroupChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Describes proposed changes to a network function group.- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group. This parameter is required.- Returns:
this- See Also:
-
proposedSegmentChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder proposedSegmentChange(IResolvable proposedSegmentChange) This property is read-only.Values can't be assigned to it.
- Parameters:
proposedSegmentChange- This property is read-only. This parameter is required.- Returns:
this- See Also:
-
proposedSegmentChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder proposedSegmentChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) This property is read-only.Values can't be assigned to it.
- Parameters:
proposedSegmentChange- This property is read-only. This parameter is required.- Returns:
this- See Also:
-
routingPolicyLabel
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder routingPolicyLabel(String routingPolicyLabel) Routing policy label.- Parameters:
routingPolicyLabel- Routing policy label. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder tags(List<? extends CfnTag> tags) The list of key-value pairs associated with the transit gateway route table attachment.- Parameters:
tags- The list of key-value pairs associated with the transit gateway route table attachment. This parameter is required.- Returns:
this- See Also:
-
transitGatewayRouteTableArn
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentPropsMixin.Builder transitGatewayRouteTableArn(String transitGatewayRouteTableArn) The ARN of the transit gateway attachment route table.For example,
"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456".- Parameters:
transitGatewayRouteTableArn- The ARN of the transit gateway attachment route table. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayRouteTableAttachmentPropsMixin>- Returns:
- a newly built instance of
CfnTransitGatewayRouteTableAttachmentPropsMixin.
-