public static final class DescribeVpcHoneyPotListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVpcHoneyPotListRequest |
build() |
DescribeVpcHoneyPotListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeVpcHoneyPotListRequest.Builder |
honeyPotExistence(Boolean honeyPotExistence)
Specifies whether the cloud honeypot feature is enabled for the VPCs.
|
DescribeVpcHoneyPotListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeVpcHoneyPotListRequest.Builder |
vpcId(String vpcId)
The ID of the VPC on which the honeypot is deployed.
|
DescribeVpcHoneyPotListRequest.Builder |
vpcName(String vpcName)
The name of the VPC.
|
DescribeVpcHoneyPotListRequest.Builder |
vpcRegionId(String vpcRegionId)
The region ID of the VPC.
|
public DescribeVpcHoneyPotListRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:2
public DescribeVpcHoneyPotListRequest.Builder honeyPotExistence(Boolean honeyPotExistence)
Specifies whether the cloud honeypot feature is enabled for the VPCs. Valid values:
true
public DescribeVpcHoneyPotListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeVpcHoneyPotListRequest.Builder vpcId(String vpcId)
The ID of the VPC on which the honeypot is deployed.
example:You can call the DescribeVpcList operation to query the IDs of VPCs.
vpc-d7o009q63fqy21r8u****
public DescribeVpcHoneyPotListRequest.Builder vpcName(String vpcName)
The name of the VPC.
example:You can call the DescribeVpcList operation to query the names of VPCs.
abcnet
public DescribeVpcHoneyPotListRequest.Builder vpcRegionId(String vpcRegionId)
The region ID of the VPC.
example:You can call the DescribeVpcList operation to query the region IDs of VPCs.
ap-southeast-2
public DescribeVpcHoneyPotListRequest build()
Copyright © 2026. All rights reserved.