public static final class DescribeTotalAttackMaxFlowRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeTotalAttackMaxFlowRequest |
build() |
DescribeTotalAttackMaxFlowRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeTotalAttackMaxFlowRequest.Builder |
instanceIds(List<String> instanceIds)
The IDs of the Anti-DDoS Proxy instances.
|
DescribeTotalAttackMaxFlowRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeTotalAttackMaxFlowRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management.
|
DescribeTotalAttackMaxFlowRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeTotalAttackMaxFlowRequest.Builder regionId(String regionId)
public DescribeTotalAttackMaxFlowRequest.Builder endTime(Long endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1659697200
public DescribeTotalAttackMaxFlowRequest.Builder instanceIds(List<String> instanceIds)
The IDs of the Anti-DDoS Proxy instances. Separate multiple instance IDs with commas (,). Example: InstanceIds.1, InstanceIds.2, InstanceIds.3.
This parameter is required.
public DescribeTotalAttackMaxFlowRequest.Builder resourceGroupId(String resourceGroupId)
The ID of the resource group to which the instance belongs in Resource Management. If you do not configure this parameter, the instance belongs to the default resource group.
example:default
public DescribeTotalAttackMaxFlowRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1669240800
public DescribeTotalAttackMaxFlowRequest build()
Copyright © 2026. All rights reserved.