public static final class RoutePrivateZoneInCenToVpcRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RoutePrivateZoneInCenToVpcRequest.Builder |
accessRegionId(String accessRegionId)
The ID of the region where PrivateZone is accessed.
|
RoutePrivateZoneInCenToVpcRequest |
build() |
RoutePrivateZoneInCenToVpcRequest.Builder |
cenId(String cenId)
The ID of the CEN instance.
|
RoutePrivateZoneInCenToVpcRequest.Builder |
hostRegionId(String hostRegionId)
The ID of the region where PrivateZone is deployed.
|
RoutePrivateZoneInCenToVpcRequest.Builder |
hostVpcId(String hostVpcId)
The ID of the VPC that is associated with PrivateZone.
|
RoutePrivateZoneInCenToVpcRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
RoutePrivateZoneInCenToVpcRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
RoutePrivateZoneInCenToVpcRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
RoutePrivateZoneInCenToVpcRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public RoutePrivateZoneInCenToVpcRequest.Builder accessRegionId(String accessRegionId)
The ID of the region where PrivateZone is accessed.
This region refers to the region in which PrivateZone is accessed by clients.
You can call the DescribeChildInstanceRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
public RoutePrivateZoneInCenToVpcRequest.Builder cenId(String cenId)
The ID of the CEN instance.
This parameter is required.
example:cen-7qthudw0ll6jmc****
public RoutePrivateZoneInCenToVpcRequest.Builder hostRegionId(String hostRegionId)
The ID of the region where PrivateZone is deployed.
This parameter is required.
example:cn-hangzhou
public RoutePrivateZoneInCenToVpcRequest.Builder hostVpcId(String hostVpcId)
The ID of the VPC that is associated with PrivateZone.
This parameter is required.
example:vpc-bp1h8vbrbcgohcju5****
public RoutePrivateZoneInCenToVpcRequest.Builder ownerAccount(String ownerAccount)
public RoutePrivateZoneInCenToVpcRequest.Builder ownerId(Long ownerId)
public RoutePrivateZoneInCenToVpcRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RoutePrivateZoneInCenToVpcRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RoutePrivateZoneInCenToVpcRequest build()
Copyright © 2025. All rights reserved.