Class CfnTransitGatewayMulticastDomainMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnTransitGatewayMulticastDomainMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayMulticastDomainMixinProps>
- Enclosing interface:
CfnTransitGatewayMulticastDomainMixinProps
@Stability(Stable)
public static final class CfnTransitGatewayMulticastDomainMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayMulticastDomainMixinProps>
A builder for
CfnTransitGatewayMulticastDomainMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTransitGatewayMulticastDomainMixinProps.getOptions()Sets the value ofCfnTransitGatewayMulticastDomainMixinProps.getTags()transitGatewayId(String transitGatewayId) Sets the value ofCfnTransitGatewayMulticastDomainMixinProps.getTransitGatewayId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
options
@Stability(Stable) public CfnTransitGatewayMulticastDomainMixinProps.Builder options(Object options) Sets the value ofCfnTransitGatewayMulticastDomainMixinProps.getOptions()- Parameters:
options- The options for the transit gateway multicast domain.- AutoAcceptSharedAssociations (enable | disable)
- Igmpv2Support (enable | disable)
- StaticSourcesSupport (enable | disable)
- Returns:
this
-
tags
@Stability(Stable) public CfnTransitGatewayMulticastDomainMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnTransitGatewayMulticastDomainMixinProps.getTags()- Parameters:
tags- The tags for the transit gateway multicast domain.- Returns:
this
-
transitGatewayId
@Stability(Stable) public CfnTransitGatewayMulticastDomainMixinProps.Builder transitGatewayId(String transitGatewayId) Sets the value ofCfnTransitGatewayMulticastDomainMixinProps.getTransitGatewayId()- Parameters:
transitGatewayId- The ID of the transit gateway.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayMulticastDomainMixinProps>- Returns:
- a new instance of
CfnTransitGatewayMulticastDomainMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-