public static final class ModifyPostPayModuleSwitchRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyPostPayModuleSwitchRequest |
build() |
ModifyPostPayModuleSwitchRequest.Builder |
postPaidHostAutoBind(Integer postPaidHostAutoBind)
Automatic binding switch for new assets in host and container protection.
|
ModifyPostPayModuleSwitchRequest.Builder |
postPaidHostAutoBindVersion(Integer postPaidHostAutoBindVersion)
Version for automatic binding of new assets in host and container protection.
|
ModifyPostPayModuleSwitchRequest.Builder |
postPayInstanceId(String postPayInstanceId)
Pay-as-you-go instance ID, which must be filled in.
|
ModifyPostPayModuleSwitchRequest.Builder |
postPayModuleSwitch(String postPayModuleSwitch)
Status of the pay-as-you-go module switch, in JsonString format.
|
ModifyPostPayModuleSwitchRequest.Builder |
postPayModuleSwitchObj(ModifyPostPayModuleSwitchRequest.PostPayModuleSwitchObj postPayModuleSwitchObj)
Pay-as-you-go module switch.
|
public ModifyPostPayModuleSwitchRequest.Builder postPaidHostAutoBind(Integer postPaidHostAutoBind)
Automatic binding switch for new assets in host and container protection. Values:
1
public ModifyPostPayModuleSwitchRequest.Builder postPaidHostAutoBindVersion(Integer postPaidHostAutoBindVersion)
Version for automatic binding of new assets in host and container protection. Values:
3
public ModifyPostPayModuleSwitchRequest.Builder postPayInstanceId(String postPayInstanceId)
Pay-as-you-go instance ID, which must be filled in.
example:Call the DescribeVersionConfig interface to obtain this parameter.
postpay-sas-**
public ModifyPostPayModuleSwitchRequest.Builder postPayModuleSwitch(String postPayModuleSwitch)
Status of the pay-as-you-go module switch, in JsonString format. Values:
The values of modules not passed will not change.
{"VUL":1,"CSPM":0}
public ModifyPostPayModuleSwitchRequest.Builder postPayModuleSwitchObj(ModifyPostPayModuleSwitchRequest.PostPayModuleSwitchObj postPayModuleSwitchObj)
Pay-as-you-go module switch.
Notice: The meaning is the same as the PostPayModuleSwitch field. When both exist, the value of PostPayModuleSwitch takes precedence.
public ModifyPostPayModuleSwitchRequest build()
Copyright © 2026. All rights reserved.