@Stability(value=Stable) public static final class CfnTransitGatewayMulticastGroupMember.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupMember>
CfnTransitGatewayMulticastGroupMember.| Modifier and Type | Method and Description |
|---|---|
CfnTransitGatewayMulticastGroupMember |
build() |
static CfnTransitGatewayMulticastGroupMember.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTransitGatewayMulticastGroupMember.Builder |
groupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
|
CfnTransitGatewayMulticastGroupMember.Builder |
networkInterfaceId(String networkInterfaceId)
The group members' network interface IDs to register with the transit gateway multicast group.
|
CfnTransitGatewayMulticastGroupMember.Builder |
transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
@Stability(value=Stable) public static CfnTransitGatewayMulticastGroupMember.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnTransitGatewayMulticastGroupMember.Builder.@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMember.Builder groupIpAddress(String groupIpAddress)
groupIpAddress - The IP address assigned to the transit gateway multicast group. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMember.Builder networkInterfaceId(String networkInterfaceId)
networkInterfaceId - The group members' network interface IDs to register with the transit gateway multicast group. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMember.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayMulticastGroupMember build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayMulticastGroupMember>Copyright © 2022. All rights reserved.