public static final class PutLogMonitorRequest.Groupbys.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutLogMonitorRequest.Groupbys.Builder |
alias(String alias)
The alias of the dimension based on which the data is grouped.
|
PutLogMonitorRequest.Groupbys |
build() |
PutLogMonitorRequest.Groupbys.Builder |
fieldName(String fieldName)
The name of the field that is specified as the dimension.
|
public PutLogMonitorRequest.Groupbys.Builder alias(String alias)
The alias of the dimension based on which the data is grouped. Valid values of N: 1 to 10.
example:CPUUtilization
public PutLogMonitorRequest.Groupbys.Builder fieldName(String fieldName)
The name of the field that is specified as the dimension. Valid values of N: 1 to 10.
example:cpu
public PutLogMonitorRequest.Groupbys build()
Copyright © 2026. All rights reserved.