public static interface TransitGatewayMulticastRegisteredGroupSources.Builder extends SdkPojo, CopyableBuilder<TransitGatewayMulticastRegisteredGroupSources.Builder,TransitGatewayMulticastRegisteredGroupSources>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayMulticastRegisteredGroupSources.Builder |
groupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
|
TransitGatewayMulticastRegisteredGroupSources.Builder |
registeredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)
The IDs of the network interfaces members registered with the transit gateway multicast group.
|
TransitGatewayMulticastRegisteredGroupSources.Builder |
registeredNetworkInterfaceIds(String... registeredNetworkInterfaceIds)
The IDs of the network interfaces members registered with the transit gateway multicast group.
|
TransitGatewayMulticastRegisteredGroupSources.Builder |
transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransitGatewayMulticastRegisteredGroupSources.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain.TransitGatewayMulticastRegisteredGroupSources.Builder registeredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)
The IDs of the network interfaces members registered with the transit gateway multicast group.
registeredNetworkInterfaceIds - The IDs of the network interfaces members registered with the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.Builder registeredNetworkInterfaceIds(String... registeredNetworkInterfaceIds)
The IDs of the network interfaces members registered with the transit gateway multicast group.
registeredNetworkInterfaceIds - The IDs of the network interfaces members registered with the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.Builder groupIpAddress(String groupIpAddress)
The IP address assigned to the transit gateway multicast group.
groupIpAddress - The IP address assigned to the transit gateway multicast group.Copyright © 2019. All rights reserved.