public static final class CreateVpconnFromVbrRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateVpconnFromVbrRequest |
build() |
CreateVpconnFromVbrRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
CreateVpconnFromVbrRequest.Builder |
orderMode(String orderMode)
The payer for the shared Express Connect circuit.
|
CreateVpconnFromVbrRequest.Builder |
regionId(String regionId)
The region ID of the hosted connection.
|
CreateVpconnFromVbrRequest.Builder |
token(String token)
The client token that is used to ensure the idempotence of the request.
|
CreateVpconnFromVbrRequest.Builder |
vbrId(String vbrId)
The ID of the associated VBR.
|
public CreateVpconnFromVbrRequest.Builder dryRun(Boolean dryRun)
* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and instance status. If the request fails the dry run, an error message is returned. If the request passes the dry run, the system returns the ID of the request. * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public CreateVpconnFromVbrRequest.Builder orderMode(String orderMode)
* **PayByPhysicalConnectionOwner**: the owner of the shared Express Connect circuit * **PayByVirtualPhysicalConnectionOwner**: the owner of the hosted connection
public CreateVpconnFromVbrRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public CreateVpconnFromVbrRequest.Builder token(String token)
You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
public CreateVpconnFromVbrRequest.Builder vbrId(String vbrId)
public CreateVpconnFromVbrRequest build()
Copyright © 2024. All rights reserved.