public static final class DescribeResponseCodeTrendGraphRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeResponseCodeTrendGraphRequest |
build() |
DescribeResponseCodeTrendGraphRequest.Builder |
endTimestamp(String endTimestamp)
The end of the time range to query.
|
DescribeResponseCodeTrendGraphRequest.Builder |
instanceId(String instanceId)
The ID of the WAF instance.
|
DescribeResponseCodeTrendGraphRequest.Builder |
interval(String interval)
The time interval.
|
DescribeResponseCodeTrendGraphRequest.Builder |
regionId(String regionId)
The ID of the region where the WAF instance resides.
|
DescribeResponseCodeTrendGraphRequest.Builder |
resource(String resource)
The protected object.
|
DescribeResponseCodeTrendGraphRequest.Builder |
resourceManagerResourceGroupId(String resourceManagerResourceGroupId)
The ID of the resource group.
|
DescribeResponseCodeTrendGraphRequest.Builder |
startTimestamp(String startTimestamp)
The beginning of the time range to query.
|
DescribeResponseCodeTrendGraphRequest.Builder |
type(String type)
The type of the error codes.
|
public DescribeResponseCodeTrendGraphRequest.Builder endTimestamp(String endTimestamp)
public DescribeResponseCodeTrendGraphRequest.Builder instanceId(String instanceId)
> You can call the [DescribeInstance](~~433756~~) operation to obtain the ID of the WAF instance.
public DescribeResponseCodeTrendGraphRequest.Builder interval(String interval)
public DescribeResponseCodeTrendGraphRequest.Builder regionId(String regionId)
* **cn-hangzhou:** the Chinese mainland. * **ap-southeast-1:** outside the Chinese mainland.
public DescribeResponseCodeTrendGraphRequest.Builder resource(String resource)
public DescribeResponseCodeTrendGraphRequest.Builder resourceManagerResourceGroupId(String resourceManagerResourceGroupId)
public DescribeResponseCodeTrendGraphRequest.Builder startTimestamp(String startTimestamp)
public DescribeResponseCodeTrendGraphRequest.Builder type(String type)
* **waf:** error codes that are returned to clients from WAF. * **upstream:** error codes that are returned to WAF from the origin server.
public DescribeResponseCodeTrendGraphRequest build()
Copyright © 2024. All rights reserved.