public static final class DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder extends Object
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder cenId(String cenId)
The ID of the Cloud Enterprise Network (CEN) instance.
This parameter is required.
example:cen-wgcl0ik5o8jakq****
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.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 all requests. The token can contain only ASCII characters.
example:If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId for each API request may be different.
02fb3da4-130e-11e9-8e44-001****
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block of the route.
This parameter is required.
example:10.0.1.0/24
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run to check information such as the permissions and the instance status. Valid values:
example:This parameter is not in use.
false
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder ownerAccount(String ownerAccount)
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder ownerId(Long ownerId)
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder routeTableId(String routeTableId)
The ID of the route table configured on the network instance.
This parameter is required.
example:vtb-bp1osd9opvegfpowc****
public DeleteCenChildInstanceRouteEntryToAttachmentRequest.Builder transitRouterAttachmentId(String transitRouterAttachmentId)
The ID of the network instance connection.
This parameter is required.
example:tr-attach-r1qhupkc19iadz****
public DeleteCenChildInstanceRouteEntryToAttachmentRequest build()
Copyright © 2025. All rights reserved.