public static final class RegisterTransitRouterMulticastGroupMembersRequest.Builder extends Object
public RegisterTransitRouterMulticastGroupMembersRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
123e4567-e89b-12d3-a456-426655440000
public RegisterTransitRouterMulticastGroupMembersRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
public RegisterTransitRouterMulticastGroupMembersRequest.Builder groupIpAddress(String groupIpAddress)
The IP address of the multicast group to which the multicast members belong. Valid values: 224.0.0.1 to 239.255.255.254.
If the multicast group does not exist in the specified multicast domain, the system automatically creates the multicast group in the multicast domain.
This parameter is required.
example:239.XX.XX.2
public RegisterTransitRouterMulticastGroupMembersRequest.Builder networkInterfaceIds(List<String> networkInterfaceIds)
The IDs of the ENIs.
public RegisterTransitRouterMulticastGroupMembersRequest.Builder ownerAccount(String ownerAccount)
public RegisterTransitRouterMulticastGroupMembersRequest.Builder ownerId(Long ownerId)
public RegisterTransitRouterMulticastGroupMembersRequest.Builder peerTransitRouterMulticastDomains(List<String> peerTransitRouterMulticastDomains)
The IDs of inter-region multicast domains.
public RegisterTransitRouterMulticastGroupMembersRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RegisterTransitRouterMulticastGroupMembersRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RegisterTransitRouterMulticastGroupMembersRequest.Builder transitRouterMulticastDomainId(String transitRouterMulticastDomainId)
The ID of the multicast domain to which the multicast members belong.
This parameter is required.
example:tr-mcast-domain-91wpg6wbhchjeq****
public RegisterTransitRouterMulticastGroupMembersRequest.Builder vpcId(String vpcId)
The ID of the VPC to which the ENI belongs.
vpc-wz9fusm6zq8uy7cfa****
public RegisterTransitRouterMulticastGroupMembersRequest build()
Copyright © 2025. All rights reserved.