public static interface RegisterTransitGatewayMulticastGroupSourcesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RegisterTransitGatewayMulticastGroupSourcesRequest.Builder,RegisterTransitGatewayMulticastGroupSourcesRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
RegisterTransitGatewayMulticastGroupSourcesRequest.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.RegisterTransitGatewayMulticastGroupSourcesRequest.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.RegisterTransitGatewayMulticastGroupSourcesRequest.Builder networkInterfaceIds(Collection<String> networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
networkInterfaceIds
- The group sources' network interface IDs to register with the transit gateway multicast group.RegisterTransitGatewayMulticastGroupSourcesRequest.Builder networkInterfaceIds(String... networkInterfaceIds)
The group sources' network interface IDs to register with the transit gateway multicast group.
networkInterfaceIds
- The group sources' network interface IDs to register with the transit gateway multicast group.RegisterTransitGatewayMulticastGroupSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RegisterTransitGatewayMulticastGroupSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.