public static interface RegisterTransitGatewayMulticastGroupSourcesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RegisterTransitGatewayMulticastGroupSourcesRequest.Builder,RegisterTransitGatewayMulticastGroupSourcesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterTransitGatewayMulticastGroupSourcesRequest.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 dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.RegisterTransitGatewayMulticastGroupSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterTransitGatewayMulticastGroupSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.