public static final class DescribeClusterNetworkRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeClusterNetworkRequest |
build() |
DescribeClusterNetworkRequest.Builder |
endTime(Long endTime)
The end timestamp of the query.
|
DescribeClusterNetworkRequest.Builder |
startTime(Long startTime)
The start timestamp of the query.
|
public DescribeClusterNetworkRequest.Builder endTime(Long endTime)
The end timestamp of the query. Unit: milliseconds.
The days between the start timestamp and the end timestamp cannot exceed seven days.
This parameter is required.
example:1656038940435
public DescribeClusterNetworkRequest.Builder startTime(Long startTime)
The start timestamp of the query. Unit: milliseconds.
The days between the start timestamp and the end timestamp cannot exceed seven days.
This parameter is required.
example:1656038740435
public DescribeClusterNetworkRequest build()
Copyright © 2026. All rights reserved.