public static final class DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder |
action(String action)
The action triggered if the rule is matched.
|
DescribeWebPreciseAccessRuleResponseBody.RuleList |
build() |
DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder |
conditionList(List<DescribeWebPreciseAccessRuleResponseBody.ConditionList> conditionList)
The match conditions.
|
DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder |
expires(Long expires)
The validity period of the rule.
|
DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder |
name(String name)
The name of the rule.
|
DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder |
owner(String owner)
The source of the rule.
|
public DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder action(String action)
* **accept**: allows the requests that match the rule. * **block**: blocks the requests that match the rule. * **challenge**: implements Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA) verification for the requests that match the rule.
public DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder conditionList(List<DescribeWebPreciseAccessRuleResponseBody.ConditionList> conditionList)
public DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder expires(Long expires)
public DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder name(String name)
public DescribeWebPreciseAccessRuleResponseBody.RuleList.Builder owner(String owner)
* **manual**: manually created. This is the default value. * **auto**: automatically generated.
public DescribeWebPreciseAccessRuleResponseBody.RuleList build()
Copyright © 2023. All rights reserved.