public static final class EnablePhysicalConnectionRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
EnablePhysicalConnectionRequest |
build() |
EnablePhysicalConnectionRequest.Builder |
byPassSp(Boolean byPassSp)
Specifies whether to skip the order lifecycle.
|
EnablePhysicalConnectionRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
EnablePhysicalConnectionRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
EnablePhysicalConnectionRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
EnablePhysicalConnectionRequest.Builder |
physicalConnectionId(String physicalConnectionId)
The ID of the Express Connect circuit.
|
EnablePhysicalConnectionRequest.Builder |
regionId(String regionId)
The region where the Express Connect circuit is deployed.
|
EnablePhysicalConnectionRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
EnablePhysicalConnectionRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public EnablePhysicalConnectionRequest.Builder byPassSp(Boolean byPassSp)
* **true** * **false** (default) > To use this feature, you must contact your account manager.
public EnablePhysicalConnectionRequest.Builder clientToken(String clientToken)
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 and cannot exceed 64 characters in length.
public EnablePhysicalConnectionRequest.Builder ownerAccount(String ownerAccount)
public EnablePhysicalConnectionRequest.Builder ownerId(Long ownerId)
public EnablePhysicalConnectionRequest.Builder physicalConnectionId(String physicalConnectionId)
public EnablePhysicalConnectionRequest.Builder regionId(String regionId)
You can call the DescribeRegions operation to query the most recent region list.
public EnablePhysicalConnectionRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public EnablePhysicalConnectionRequest.Builder resourceOwnerId(Long resourceOwnerId)
public EnablePhysicalConnectionRequest build()
Copyright © 2024. All rights reserved.