Class CfnTransitGatewayMulticastGroupMember.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupMember>
- Enclosing class:
CfnTransitGatewayMulticastGroupMember
@Stability(Stable)
public static final class CfnTransitGatewayMulticastGroupMember.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupMember>
A fluent builder for
CfnTransitGatewayMulticastGroupMember
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
groupIpAddress
(String groupIpAddress) The IP address assigned to the transit gateway multicast group.networkInterfaceId
(String networkInterfaceId) The group members' 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 CfnTransitGatewayMulticastGroupMember.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
CfnTransitGatewayMulticastGroupMember.Builder
.
-
groupIpAddress
@Stability(Stable) public CfnTransitGatewayMulticastGroupMember.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
-
networkInterfaceId
@Stability(Stable) public CfnTransitGatewayMulticastGroupMember.Builder networkInterfaceId(String networkInterfaceId) The group members' network interface IDs to register with the transit gateway multicast group.- Parameters:
networkInterfaceId
- The group members' network interface IDs to register with the transit gateway multicast group. This parameter is required.- Returns:
this
-
transitGatewayMulticastDomainId
@Stability(Stable) public CfnTransitGatewayMulticastGroupMember.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
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupMember>
- Returns:
- a newly built instance of
CfnTransitGatewayMulticastGroupMember
.
-