public static final class ModifyVpcHoneyPotRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyVpcHoneyPotRequest |
build() |
ModifyVpcHoneyPotRequest.Builder |
honeyPotAction(String honeyPotAction)
Specifies whether to enable or disable the honeypot.
|
ModifyVpcHoneyPotRequest.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC) on which the honeypot is deployed.
|
public ModifyVpcHoneyPotRequest.Builder honeyPotAction(String honeyPotAction)
Specifies whether to enable or disable the honeypot. Valid values:
This parameter is required.
example:disable
public ModifyVpcHoneyPotRequest.Builder vpcId(String vpcId)
The ID of the virtual private cloud (VPC) on which the honeypot is deployed.
You can call the DescribeVpcHoneyPotList operation to query the IDs of VPCs.
This parameter is required.
example:vpc-d7o009q63fqy21r8u****
public ModifyVpcHoneyPotRequest build()
Copyright © 2026. All rights reserved.