public static final class UpdateCustomizeReportStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCustomizeReportStatusRequest |
build() |
UpdateCustomizeReportStatusRequest.Builder |
pinnedTime(Long pinnedTime)
The time when the report is pinned.
|
UpdateCustomizeReportStatusRequest.Builder |
reportId(Long reportId)
The ID of the report.
|
UpdateCustomizeReportStatusRequest.Builder |
reportStatus(Integer reportStatus)
The status of the report.
|
public UpdateCustomizeReportStatusRequest.Builder pinnedTime(Long pinnedTime)
The time when the report is pinned. Unit: milliseconds.
example:1717430400000
public UpdateCustomizeReportStatusRequest.Builder reportId(Long reportId)
The ID of the report.
You can call the DescribeCustomizeReportList operation to query the ID.
This parameter is required.
example:123
public UpdateCustomizeReportStatusRequest.Builder reportStatus(Integer reportStatus)
The status of the report. Valid values:
This parameter is required.
example:1
public UpdateCustomizeReportStatusRequest build()
Copyright © 2026. All rights reserved.