public static final class CreateTransitRouterMulticastDomainRequest.Builder extends Object
public CreateTransitRouterMulticastDomainRequest.Builder cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
example:cen-a7syd349kne38g****
public CreateTransitRouterMulticastDomainRequest.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 value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters.
example:123e4567-e89b-12d3-a456-4266****
public CreateTransitRouterMulticastDomainRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
public CreateTransitRouterMulticastDomainRequest.Builder options(CreateTransitRouterMulticastDomainRequest.Options options)
Multicast domain feature.
public CreateTransitRouterMulticastDomainRequest.Builder ownerAccount(String ownerAccount)
public CreateTransitRouterMulticastDomainRequest.Builder ownerId(Long ownerId)
public CreateTransitRouterMulticastDomainRequest.Builder regionId(String regionId)
The region ID of the transit router.
You can call the DescribeChildInstanceRegions operation to query the most recent region list.
example:cn-hangzhou
public CreateTransitRouterMulticastDomainRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateTransitRouterMulticastDomainRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateTransitRouterMulticastDomainRequest.Builder tag(List<CreateTransitRouterMulticastDomainRequest.Tag> tag)
The information about the tags.
You can specify at most 20 tags in each call.
public CreateTransitRouterMulticastDomainRequest.Builder transitRouterId(String transitRouterId)
The ID of the transit router.
example:tr-p0wr9p28r92d598y6****
public CreateTransitRouterMulticastDomainRequest.Builder transitRouterMulticastDomainDescription(String transitRouterMulticastDomainDescription)
The description of the multicast domain.
The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:desctest
public CreateTransitRouterMulticastDomainRequest.Builder transitRouterMulticastDomainName(String transitRouterMulticastDomainName)
The name of the multicast domain.
The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:nametest
public CreateTransitRouterMulticastDomainRequest build()
Copyright © 2025. All rights reserved.