Interface TransitGatewayMulticastRegisteredGroupSources.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransitGatewayMulticastRegisteredGroupSources.Builder,TransitGatewayMulticastRegisteredGroupSources>,SdkBuilder<TransitGatewayMulticastRegisteredGroupSources.Builder,TransitGatewayMulticastRegisteredGroupSources>,SdkPojo
- Enclosing class:
- TransitGatewayMulticastRegisteredGroupSources
@Mutable @NotThreadSafe public static interface TransitGatewayMulticastRegisteredGroupSources.Builder extends SdkPojo, CopyableBuilder<TransitGatewayMulticastRegisteredGroupSources.Builder,TransitGatewayMulticastRegisteredGroupSources>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayMulticastRegisteredGroupSources.BuildergroupIpAddress(String groupIpAddress)The IP address assigned to the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.BuilderregisteredNetworkInterfaceIds(String... registeredNetworkInterfaceIds)The IDs of the network interfaces members registered with the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.BuilderregisteredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)The IDs of the network interfaces members registered with the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.BuildertransitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)The ID of the transit gateway multicast domain.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
transitGatewayMulticastDomainId
TransitGatewayMulticastRegisteredGroupSources.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
- Parameters:
transitGatewayMulticastDomainId- The ID of the transit gateway multicast domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredNetworkInterfaceIds
TransitGatewayMulticastRegisteredGroupSources.Builder registeredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds)
The IDs of the network interfaces members registered with the transit gateway multicast group.
- Parameters:
registeredNetworkInterfaceIds- The IDs of the network interfaces members registered with the transit gateway multicast group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredNetworkInterfaceIds
TransitGatewayMulticastRegisteredGroupSources.Builder registeredNetworkInterfaceIds(String... registeredNetworkInterfaceIds)
The IDs of the network interfaces members registered with the transit gateway multicast group.
- Parameters:
registeredNetworkInterfaceIds- The IDs of the network interfaces members registered with the transit gateway multicast group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupIpAddress
TransitGatewayMulticastRegisteredGroupSources.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-