public static interface DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder,DeregisterTransitGatewayMulticastGroupSourcesRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId
- The ID of the transit gateway multicast domain.DeregisterTransitGatewayMulticastGroupSourcesRequest.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.DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder networkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the group sources' network interfaces.
networkInterfaceIds
- The IDs of the group sources' network interfaces.DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder networkInterfaceIds(String... networkInterfaceIds)
The IDs of the group sources' network interfaces.
networkInterfaceIds
- The IDs of the group sources' network interfaces.DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.