public static final class PutLogMonitorRequest.Aggregates.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutLogMonitorRequest.Aggregates.Builder |
alias(String alias)
The alias of the aggregate function.
|
PutLogMonitorRequest.Aggregates |
build() |
PutLogMonitorRequest.Aggregates.Builder |
fieldName(String fieldName)
The name of the field to be aggregated.
|
PutLogMonitorRequest.Aggregates.Builder |
function(String function)
The function that is used to aggregate log data within a statistical period.
|
public PutLogMonitorRequest.Aggregates.Builder alias(String alias)
The alias of the aggregate function. Valid values of N: 1 to 10.
This parameter is required.
example:Count
public PutLogMonitorRequest.Aggregates.Builder fieldName(String fieldName)
The name of the field to be aggregated. Valid values of N: 1 to 10.
This parameter is required.
example:sourceCount
public PutLogMonitorRequest.Aggregates.Builder function(String function)
The function that is used to aggregate log data within a statistical period. Valid values of N: 1 to 10. Valid values:
This parameter is required.
example:count
public PutLogMonitorRequest.Aggregates build()
Copyright © 2026. All rights reserved.