public static final class ExportCustomizeReportRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExportCustomizeReportRequest |
build() |
ExportCustomizeReportRequest.Builder |
exportType(String exportType)
The type of the security report that you want to export.
|
ExportCustomizeReportRequest.Builder |
reportId(Long reportId)
The ID of the security report.
|
public ExportCustomizeReportRequest.Builder exportType(String exportType)
The type of the security report that you want to export. Valid values:
example:The default value is HTML. PDF is supported only for security reports in version 2.0.0.
HTML
public ExportCustomizeReportRequest.Builder reportId(Long reportId)
The ID of the security report.
You can call the DescribeCustomizeReportList operation to query the ID.
This parameter is required.
example:1
public ExportCustomizeReportRequest build()
Copyright © 2026. All rights reserved.