Class CfnTransitGatewayMulticastDomain.OptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayMulticastDomain.OptionsProperty>
- Enclosing interface:
CfnTransitGatewayMulticastDomain.OptionsProperty
@Stability(Stable)
public static final class CfnTransitGatewayMulticastDomain.OptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayMulticastDomain.OptionsProperty>
A builder for
CfnTransitGatewayMulticastDomain.OptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautoAcceptSharedAssociations
(String autoAcceptSharedAssociations) build()
Builds the configured instance.igmpv2Support
(String igmpv2Support) Sets the value ofCfnTransitGatewayMulticastDomain.OptionsProperty.getIgmpv2Support()
staticSourcesSupport
(String staticSourcesSupport)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
igmpv2Support
@Stability(Stable) public CfnTransitGatewayMulticastDomain.OptionsProperty.Builder igmpv2Support(String igmpv2Support) Sets the value ofCfnTransitGatewayMulticastDomain.OptionsProperty.getIgmpv2Support()
- Parameters:
igmpv2Support
- Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.- Returns:
this
-
staticSourcesSupport
@Stability(Stable) public CfnTransitGatewayMulticastDomain.OptionsProperty.Builder staticSourcesSupport(String staticSourcesSupport) - Parameters:
staticSourcesSupport
- Specify whether to enable support for statically configuring multicast group sources for a domain.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayMulticastDomain.OptionsProperty>
- Returns:
- a new instance of
CfnTransitGatewayMulticastDomain.OptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided