public static final class OperationCustomizeReportChartRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
OperationCustomizeReportChartRequest |
build() |
OperationCustomizeReportChartRequest.Builder |
chartIds(String chartIds)
The ID of the chart that is included in the report.
|
OperationCustomizeReportChartRequest.Builder |
reportId(Long reportId)
The ID of the report.
|
public OperationCustomizeReportChartRequest.Builder chartIds(String chartIds)
The ID of the chart that is included in the report. Separate multiple IDs with commas (,).
You can call the DescribeChartList operation to query the ID.
This parameter is required.
example:CID_VUL_SUMMARY,CID_VUL_TREND,CID_VUL_OPERATION_TREND,CID_BASELINE_CHECK_SUMMARY,CID_BASELINE_CHECK_TREND,CID_BASELINE_CHECK_OPERATION_TREND
public OperationCustomizeReportChartRequest.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 OperationCustomizeReportChartRequest build()
Copyright © 2026. All rights reserved.