public static final class RegisterTransitRouterMulticastGroupSourcesRequest.Builder extends Object
public RegisterTransitRouterMulticastGroupSourcesRequest.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 is different for each request.
123e4567-e89b-12d3-a456-4266****
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run, without sending the actual request. Default values:
DryRunOperation
error code is returned.false
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder groupIpAddress(String groupIpAddress)
The IP address of the multicast group to which the multicast source belongs. Valid values: 224.0.1.0 to 239.255.255.254.
224.0.0.0 to 224.0.0.255 are reserved by the system and cannot be used by multicast groups.
If the multicast group does not exist in the multicast domain, the system automatically creates the multicast group in the multicast domain.
This parameter is required.
example:239.XX.XX.2
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder networkInterfaceIds(List<String> networkInterfaceIds)
The IDs of the ENIs.
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder ownerAccount(String ownerAccount)
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder ownerId(Long ownerId)
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder transitRouterMulticastDomainId(String transitRouterMulticastDomainId)
The ID of the multicast domain to which the multicast source belongs.
This parameter is required.
example:tr-mcast-domain-5mjb5gjb6dgu98****
public RegisterTransitRouterMulticastGroupSourcesRequest.Builder vpcId(String vpcId)
The ID of the VPC to which the ENI belongs.
vpc-wz9fusm6zq8uy7cfa****
public RegisterTransitRouterMulticastGroupSourcesRequest build()
Copyright © 2025. All rights reserved.