Class CfnTransitGatewayPolicyTableEntryPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayPolicyTableEntryPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayPolicyTableEntryPropsMixin>
- Enclosing class:
CfnTransitGatewayPolicyTableEntryPropsMixin
@Stability(Stable)
public static final class CfnTransitGatewayPolicyTableEntryPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayPolicyTableEntryPropsMixin>
A fluent builder for
CfnTransitGatewayPolicyTableEntryPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) policyRule(IResolvable policyRule) policyRuleNumber(String policyRuleNumber) The rule number for the policy table entry.targetRouteTableId(String targetRouteTableId) The ID of the target route table.transitGatewayPolicyTableId(String transitGatewayPolicyTableId) The ID of the transit gateway policy table.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayPolicyTableEntryPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTransitGatewayPolicyTableEntryPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTransitGatewayPolicyTableEntryPropsMixin.Builder.
-
policyRule
@Stability(Stable) public CfnTransitGatewayPolicyTableEntryPropsMixin.Builder policyRule(IResolvable policyRule) - Parameters:
policyRule- This parameter is required.- Returns:
this- See Also:
-
policyRule
@Stability(Stable) public CfnTransitGatewayPolicyTableEntryPropsMixin.Builder policyRule(CfnTransitGatewayPolicyTableEntryPropsMixin.TransitGatewayPolicyRuleProperty policyRule) - Parameters:
policyRule- This parameter is required.- Returns:
this- See Also:
-
policyRuleNumber
@Stability(Stable) public CfnTransitGatewayPolicyTableEntryPropsMixin.Builder policyRuleNumber(String policyRuleNumber) The rule number for the policy table entry.- Parameters:
policyRuleNumber- The rule number for the policy table entry. This parameter is required.- Returns:
this- See Also:
-
targetRouteTableId
@Stability(Stable) public CfnTransitGatewayPolicyTableEntryPropsMixin.Builder targetRouteTableId(String targetRouteTableId) The ID of the target route table.- Parameters:
targetRouteTableId- The ID of the target route table. This parameter is required.- Returns:
this- See Also:
-
transitGatewayPolicyTableId
@Stability(Stable) public CfnTransitGatewayPolicyTableEntryPropsMixin.Builder transitGatewayPolicyTableId(String transitGatewayPolicyTableId) The ID of the transit gateway policy table.- Parameters:
transitGatewayPolicyTableId- The ID of the transit gateway policy table. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayPolicyTableEntryPropsMixin>- Returns:
- a newly built instance of
CfnTransitGatewayPolicyTableEntryPropsMixin.
-