public static final class DescribeSystemLogRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSystemLogRequest |
build() |
DescribeSystemLogRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
DescribeSystemLogRequest.Builder |
entityObject(String entityObject)
The IP address of the instance.
|
DescribeSystemLogRequest.Builder |
entityType(Integer entityType)
The type of the system log.
|
DescribeSystemLogRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
DescribeSystemLogRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeSystemLogRequest.Builder |
regionId(String regionId)
RegionId.
|
DescribeSystemLogRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
public DescribeSystemLogRequest.Builder regionId(String regionId)
public DescribeSystemLogRequest.Builder endTime(Long endTime)
The end of the time range to query. The bills of the burstable clean bandwidth that are issued before this point in time are queried. The value is a UNIX timestamp. Unit: milliseconds.
This parameter is required.
example:1640966400000
public DescribeSystemLogRequest.Builder entityObject(String entityObject)
The IP address of the instance.
example:You can call the DescribeInstanceDetails operation to query the IP addresses of all instances.
203.107.XX.XX
public DescribeSystemLogRequest.Builder entityType(Integer entityType)
The type of the system log. Set the value to 20, which indicates the billing logs for the burstable clean bandwidth.
example:You must specify this parameter. Otherwise, the call fails.
20
public DescribeSystemLogRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return.
This parameter is required.
example:1
public DescribeSystemLogRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
This parameter is required.
example:10
public DescribeSystemLogRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The bills of the burstable clean bandwidth that are issued after this point in time are queried. The value is a UNIX timestamp. Unit: milliseconds.
This parameter is required.
example:1609430400000
public DescribeSystemLogRequest build()
Copyright © 2026. All rights reserved.