public static final class ModifyRuleStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyRuleStatusRequest |
build() |
ModifyRuleStatusRequest.Builder |
id(Long id)
The ID of the sensitive data detection rule.
|
ModifyRuleStatusRequest.Builder |
ids(String ids)
The ID of the sensitive data detection rule.
|
ModifyRuleStatusRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ModifyRuleStatusRequest.Builder |
status(Integer status)
Specifies whether to enable or disable the sensitive data detection rule.
|
public ModifyRuleStatusRequest.Builder id(Long id)
> You can query the ID of the sensitive data detection rule by calling the **DescribeRules** operation.
public ModifyRuleStatusRequest.Builder ids(String ids)
> You can query the ID of the sensitive data detection rule by calling the **DescribeRules** operation.
public ModifyRuleStatusRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public ModifyRuleStatusRequest.Builder status(Integer status)
* **0**: disables the sensitive data detection rule. * **1**: enables the sensitive data detection rule.
public ModifyRuleStatusRequest build()
Copyright © 2024. All rights reserved.