Class CfnTransitGatewayRouteTablePropagationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayRouteTablePropagationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayRouteTablePropagationPropsMixin>
- Enclosing class:
CfnTransitGatewayRouteTablePropagationPropsMixin
@Stability(Stable)
public static final class CfnTransitGatewayRouteTablePropagationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayRouteTablePropagationPropsMixin>
A fluent builder for
CfnTransitGatewayRouteTablePropagationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.transitGatewayAttachmentId(ITransitGatewayAttachmentRef transitGatewayAttachmentId) The ID of the attachment.transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the propagation route table.transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) The ID of the propagation route table.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayRouteTablePropagationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTransitGatewayRouteTablePropagationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTransitGatewayRouteTablePropagationPropsMixin.Builder.
-
transitGatewayAttachmentId
@Stability(Stable) public CfnTransitGatewayRouteTablePropagationPropsMixin.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId) The ID of the attachment.- Parameters:
transitGatewayAttachmentId- The ID of the attachment. This parameter is required.- Returns:
this- See Also:
-
transitGatewayAttachmentId
@Stability(Stable) public CfnTransitGatewayRouteTablePropagationPropsMixin.Builder transitGatewayAttachmentId(ITransitGatewayAttachmentRef transitGatewayAttachmentId) The ID of the attachment.- Parameters:
transitGatewayAttachmentId- The ID of the attachment. This parameter is required.- Returns:
this- See Also:
-
transitGatewayRouteTableId
@Stability(Stable) public CfnTransitGatewayRouteTablePropagationPropsMixin.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId) The ID of the propagation route table.- Parameters:
transitGatewayRouteTableId- The ID of the propagation route table. This parameter is required.- Returns:
this- See Also:
-
transitGatewayRouteTableId
@Stability(Stable) public CfnTransitGatewayRouteTablePropagationPropsMixin.Builder transitGatewayRouteTableId(ITransitGatewayRouteTableRef transitGatewayRouteTableId) The ID of the propagation route table.- Parameters:
transitGatewayRouteTableId- The ID of the propagation route table. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayRouteTablePropagationPropsMixin>- Returns:
- a newly built instance of
CfnTransitGatewayRouteTablePropagationPropsMixin.
-