public static interface DeregisterTransitGatewayMulticastGroupMembersRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeregisterTransitGatewayMulticastGroupMembersRequest.Builder,DeregisterTransitGatewayMulticastGroupMembersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterTransitGatewayMulticastGroupMembersRequest.Builder transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId)
The ID of the transit gateway multicast domain.
transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain.DeregisterTransitGatewayMulticastGroupMembersRequest.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.DeregisterTransitGatewayMulticastGroupMembersRequest.Builder networkInterfaceIds(Collection<String> networkInterfaceIds)
The IDs of the group members' network interfaces.
networkInterfaceIds - The IDs of the group members' network interfaces.DeregisterTransitGatewayMulticastGroupMembersRequest.Builder networkInterfaceIds(String... networkInterfaceIds)
The IDs of the group members' network interfaces.
networkInterfaceIds - The IDs of the group members' network interfaces.DeregisterTransitGatewayMulticastGroupMembersRequest.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.DeregisterTransitGatewayMulticastGroupMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterTransitGatewayMulticastGroupMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.