public static final class DescribeVpcAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeVpcAttributeRequest |
build() |
DescribeVpcAttributeRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
DescribeVpcAttributeRequest.Builder |
isDefault(Boolean isDefault)
Specifies whether the VPC is the default VPC.
|
DescribeVpcAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DescribeVpcAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DescribeVpcAttributeRequest.Builder |
regionId(String regionId)
The ID of the region where the VPC is deployed.
|
DescribeVpcAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DescribeVpcAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeVpcAttributeRequest.Builder |
vpcId(String vpcId)
The ID of the VPC that you want to query.
|
public DescribeVpcAttributeRequest.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 dry run, the `DryRunOperation` error code is returned. * **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 DescribeVpcAttributeRequest.Builder isDefault(Boolean isDefault)
* **false** (default) * **true**
public DescribeVpcAttributeRequest.Builder ownerAccount(String ownerAccount)
public DescribeVpcAttributeRequest.Builder ownerId(Long ownerId)
public DescribeVpcAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DescribeVpcAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeVpcAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeVpcAttributeRequest.Builder vpcId(String vpcId)
public DescribeVpcAttributeRequest build()
Copyright © 2024. All rights reserved.