public static final class GetAppNetworkRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAppNetworkRequest |
build() |
GetAppNetworkRequest.Builder |
clusterId(String clusterId)
The ID of the cluster to which the container belongs.
|
GetAppNetworkRequest.Builder |
endTime(Long endTime)
The end timestamp of the query.
|
GetAppNetworkRequest.Builder |
startTime(Long startTime)
The start timestamp of the query.
|
public GetAppNetworkRequest.Builder clusterId(String clusterId)
The ID of the cluster to which the container belongs.
example:You can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
cf77xxx
public GetAppNetworkRequest.Builder endTime(Long endTime)
The end timestamp of the query. Unit: milliseconds.
example:The days between the start timestamp and the end timestamp cannot exceed seven days.
1650470399999
public GetAppNetworkRequest.Builder startTime(Long startTime)
The start timestamp of the query. Unit: milliseconds.
example:The days between the start timestamp and the end timestamp cannot exceed seven days.
1649260800000
public GetAppNetworkRequest build()
Copyright © 2026. All rights reserved.