public static final class ExportWarningResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExportWarningResponseBody |
build() |
ExportWarningResponseBody.Builder |
fileName(String fileName)
The name of the file that contains exported baseline check results.
|
ExportWarningResponseBody.Builder |
id(Long id)
The ID of the task to export baseline check results.
|
ExportWarningResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
public ExportWarningResponseBody.Builder fileName(String fileName)
The name of the file that contains exported baseline check results.
example:health_check_export_20220407
public ExportWarningResponseBody.Builder id(Long id)
The ID of the task to export baseline check results.
example:You can call use the value of this parameter to call the DescribeHcExportInfo operation to query the export progress.
439316
public ExportWarningResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:A7FC828B-C242-1005-9736-C7CC5DC09FF0
public ExportWarningResponseBody build()
Copyright © 2026. All rights reserved.