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)
public DescribeVpcHoneyPotListRequest.Builder honeyPotExistence(Boolean honeyPotExistence)
* **true**: yes * **false**: no
public DescribeVpcHoneyPotListRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public DescribeVpcHoneyPotListRequest.Builder vpcId(String vpcId)
> You can call the [DescribeVpcList](~~DescribeVpcList~~) operation to query the IDs of VPCs.
public DescribeVpcHoneyPotListRequest.Builder vpcName(String vpcName)
> You can call the [DescribeVpcList](~~DescribeVpcList~~) operation to query the names of VPCs.
public DescribeVpcHoneyPotListRequest.Builder vpcRegionId(String vpcRegionId)
> You can call the [DescribeVpcList](~~DescribeVpcList~~) operation to query the region IDs of VPCs.
public DescribeVpcHoneyPotListRequest build()
Copyright © 2023. All rights reserved.