Class CfnTransitGatewayRouteTableAttachmentMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnTransitGatewayRouteTableAttachmentMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAttachmentMixinProps>
- Enclosing interface:
CfnTransitGatewayRouteTableAttachmentMixinProps
@Stability(Stable)
public static final class CfnTransitGatewayRouteTableAttachmentMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayRouteTableAttachmentMixinProps>
A builder for
CfnTransitGatewayRouteTableAttachmentMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkFunctionGroupName(String networkFunctionGroupName) Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getPeeringId()proposedNetworkFunctionGroupChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) proposedSegmentChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) proposedSegmentChange(IResolvable proposedSegmentChange) routingPolicyLabel(String routingPolicyLabel) Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getRoutingPolicyLabel()Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getTags()transitGatewayRouteTableArn(String transitGatewayRouteTableArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkFunctionGroupName
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder networkFunctionGroupName(String networkFunctionGroupName) - Parameters:
networkFunctionGroupName- The name of the network function group.- Returns:
this
-
peeringId
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder peeringId(String peeringId) Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getPeeringId()- Parameters:
peeringId- The ID of the transit gateway peering.- Returns:
this
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder proposedNetworkFunctionGroupChange(IResolvable proposedNetworkFunctionGroupChange) Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getProposedNetworkFunctionGroupChange()- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group.- Returns:
this
-
proposedNetworkFunctionGroupChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder proposedNetworkFunctionGroupChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedNetworkFunctionGroupChangeProperty proposedNetworkFunctionGroupChange) Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getProposedNetworkFunctionGroupChange()- Parameters:
proposedNetworkFunctionGroupChange- Describes proposed changes to a network function group.- Returns:
this
-
proposedSegmentChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder proposedSegmentChange(IResolvable proposedSegmentChange) - Parameters:
proposedSegmentChange- This property is read-only. Values can't be assigned to it.- Returns:
this
-
proposedSegmentChange
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder proposedSegmentChange(CfnTransitGatewayRouteTableAttachmentPropsMixin.ProposedSegmentChangeProperty proposedSegmentChange) - Parameters:
proposedSegmentChange- This property is read-only. Values can't be assigned to it.- Returns:
this
-
routingPolicyLabel
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder routingPolicyLabel(String routingPolicyLabel) Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getRoutingPolicyLabel()- Parameters:
routingPolicyLabel- Routing policy label.- Returns:
this
-
tags
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnTransitGatewayRouteTableAttachmentMixinProps.getTags()- Parameters:
tags- The list of key-value pairs associated with the transit gateway route table attachment.- Returns:
this
-
transitGatewayRouteTableArn
@Stability(Stable) public CfnTransitGatewayRouteTableAttachmentMixinProps.Builder transitGatewayRouteTableArn(String transitGatewayRouteTableArn) - Parameters:
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".- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayRouteTableAttachmentMixinProps>- Returns:
- a new instance of
CfnTransitGatewayRouteTableAttachmentMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-