Class CfnTransitGatewayMulticastGroupSource.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupSource>
- Enclosing class:
CfnTransitGatewayMulticastGroupSource
@Stability(Stable)
public static final class CfnTransitGatewayMulticastGroupSource.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupSource>
A fluent builder for
CfnTransitGatewayMulticastGroupSource
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
groupIpAddress
(String groupIpAddress) The IP address assigned to the transit gateway multicast group.networkInterfaceId
(String networkInterfaceId) The group sources' network interface IDs to register with the transit gateway multicast group.transitGatewayMulticastDomainId
(String transitGatewayMulticastDomainId) The ID of the transit gateway multicast domain.
-
Method Details
-
create
@Stability(Stable) public static CfnTransitGatewayMulticastGroupSource.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTransitGatewayMulticastGroupSource.Builder
.
-
groupIpAddress
@Stability(Stable) public CfnTransitGatewayMulticastGroupSource.Builder groupIpAddress(String groupIpAddress) The IP address assigned to the transit gateway multicast group.- Parameters:
groupIpAddress
- The IP address assigned to the transit gateway multicast group. This parameter is required.- Returns:
this
- See Also:
-
networkInterfaceId
@Stability(Stable) public CfnTransitGatewayMulticastGroupSource.Builder networkInterfaceId(String networkInterfaceId) The group sources' network interface IDs to register with the transit gateway multicast group.- Parameters:
networkInterfaceId
- The group sources' network interface IDs to register with the transit gateway multicast group. This parameter is required.- Returns:
this
- See Also:
-
transitGatewayMulticastDomainId
@Stability(Stable) public CfnTransitGatewayMulticastGroupSource.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId) The ID of the transit gateway multicast domain.- Parameters:
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupSource>
- Returns:
- a newly built instance of
CfnTransitGatewayMulticastGroupSource
.
-