public static final class DescribeVSwitchAttributesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeVSwitchAttributesRequest |
build() |
DescribeVSwitchAttributesRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
DescribeVSwitchAttributesRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DescribeVSwitchAttributesRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DescribeVSwitchAttributesRequest.Builder |
regionId(String regionId)
The region ID of the virtual private cloud (VPC) to which the custom route table belongs.
|
DescribeVSwitchAttributesRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DescribeVSwitchAttributesRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeVSwitchAttributesRequest.Builder |
vSwitchId(String vSwitchId)
The ID of the vSwitch.
|
public DescribeVSwitchAttributesRequest.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 service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): sends a request and performs a dry run. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public DescribeVSwitchAttributesRequest.Builder ownerAccount(String ownerAccount)
public DescribeVSwitchAttributesRequest.Builder ownerId(Long ownerId)
public DescribeVSwitchAttributesRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DescribeVSwitchAttributesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeVSwitchAttributesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeVSwitchAttributesRequest.Builder vSwitchId(String vSwitchId)
public DescribeVSwitchAttributesRequest build()
Copyright © 2024. All rights reserved.