public static final class GetWarningEventMetricRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetWarningEventMetricRequest.Builder |
appSource(String appSource)
The SAE application type.
|
GetWarningEventMetricRequest |
build() |
GetWarningEventMetricRequest.Builder |
cpuStrategy(String cpuStrategy)
The CPU allocation policy.
|
GetWarningEventMetricRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
GetWarningEventMetricRequest.Builder |
limit(Long limit)
The number of entries to return.
|
GetWarningEventMetricRequest.Builder |
regionId(String regionId)
The region ID.
|
GetWarningEventMetricRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public GetWarningEventMetricRequest.Builder appSource(String appSource)
* **micro_service** * **web** * **job**
public GetWarningEventMetricRequest.Builder cpuStrategy(String cpuStrategy)
* **request**: CPU cores are allocated only when a request is initiated. * **always**: Fixed CPU cores are always allocated.
public GetWarningEventMetricRequest.Builder endTime(Long endTime)
public GetWarningEventMetricRequest.Builder limit(Long limit)
public GetWarningEventMetricRequest.Builder regionId(String regionId)
public GetWarningEventMetricRequest.Builder startTime(Long startTime)
public GetWarningEventMetricRequest build()
Copyright © 2024. All rights reserved.