Class CfnTransitGatewayPeeringPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkmanager.CfnTransitGatewayPeeringPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayPeeringPropsMixin>
- Enclosing class:
CfnTransitGatewayPeeringPropsMixin
@Stability(Stable)
public static final class CfnTransitGatewayPeeringPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayPeeringPropsMixin>
A fluent builder for
CfnTransitGatewayPeeringPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()coreNetworkId(String coreNetworkId) The ID of the core network.create()create(CfnPropertyMixinOptions options) The list of key-value tags associated with the peering.transitGatewayArn(String transitGatewayArn) The ARN of the transit gateway.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayPeeringPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTransitGatewayPeeringPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTransitGatewayPeeringPropsMixin.Builder.
-
coreNetworkId
@Stability(Stable) public CfnTransitGatewayPeeringPropsMixin.Builder coreNetworkId(String coreNetworkId) The ID of the core network.- Parameters:
coreNetworkId- The ID of the core network. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnTransitGatewayPeeringPropsMixin.Builder tags(List<? extends CfnTag> tags) The list of key-value tags associated with the peering.- Parameters:
tags- The list of key-value tags associated with the peering. This parameter is required.- Returns:
this- See Also:
-
transitGatewayArn
@Stability(Stable) public CfnTransitGatewayPeeringPropsMixin.Builder transitGatewayArn(String transitGatewayArn) The ARN of the transit gateway.- Parameters:
transitGatewayArn- The ARN of the transit gateway. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayPeeringPropsMixin>- Returns:
- a newly built instance of
CfnTransitGatewayPeeringPropsMixin.
-