Class CfnTransitGatewayMulticastDomain.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayMulticastDomain>
- Enclosing class:
CfnTransitGatewayMulticastDomain
@Stability(Stable)
public static final class CfnTransitGatewayMulticastDomain.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayMulticastDomain>
A fluent builder for
CfnTransitGatewayMulticastDomain
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The options for the transit gateway multicast domain.The tags for the transit gateway multicast domain.transitGatewayId
(String transitGatewayId) The ID of the transit gateway.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayMulticastDomain.Builder create(Construct scope, String id) - Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnTransitGatewayMulticastDomain.Builder
.
-
transitGatewayId
@Stability(Stable) public CfnTransitGatewayMulticastDomain.Builder transitGatewayId(String transitGatewayId) The ID of the transit gateway.- Parameters:
transitGatewayId
- The ID of the transit gateway. This parameter is required.- Returns:
this
-
options
The options for the transit gateway multicast domain.- AutoAcceptSharedAssociations (enable | disable)
- Igmpv2Support (enable | disable)
- StaticSourcesSupport (enable | disable)
- Parameters:
options
- The options for the transit gateway multicast domain. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public CfnTransitGatewayMulticastDomain.Builder tags(List<? extends CfnTag> tags) The tags for the transit gateway multicast domain.- Parameters:
tags
- The tags for the transit gateway multicast domain. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayMulticastDomain>
- Returns:
- a newly built instance of
CfnTransitGatewayMulticastDomain
.
-