public static final class DeleteCenRouteMapRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteCenRouteMapRequest |
build() |
DeleteCenRouteMapRequest.Builder |
cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
|
DeleteCenRouteMapRequest.Builder |
cenRegionId(String cenRegionId)
The ID of the region in which the routing policy is applied.
|
DeleteCenRouteMapRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DeleteCenRouteMapRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteCenRouteMapRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteCenRouteMapRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DeleteCenRouteMapRequest.Builder |
routeMapId(String routeMapId)
The ID of the routing policy.
|
public DeleteCenRouteMapRequest.Builder cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
This parameter is required.
example:cen-7qthudw0ll6jm****
public DeleteCenRouteMapRequest.Builder cenRegionId(String cenRegionId)
The ID of the region in which the routing policy is applied.
You can call the DescribeChildInstanceRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public DeleteCenRouteMapRequest.Builder ownerAccount(String ownerAccount)
public DeleteCenRouteMapRequest.Builder ownerId(Long ownerId)
public DeleteCenRouteMapRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteCenRouteMapRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteCenRouteMapRequest.Builder routeMapId(String routeMapId)
The ID of the routing policy.
This parameter is required.
example:cenrmap-abcdedfghij****
public DeleteCenRouteMapRequest build()
Copyright © 2025. All rights reserved.