public static final class ExportWarningResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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)
public ExportWarningResponseBody.Builder id(Long id)
> You can call use the value of this parameter to call the [DescribeHcExportInfo](~~DescribeHcExportInfo~~) operation to query the export progress.
public ExportWarningResponseBody.Builder requestId(String requestId)
public ExportWarningResponseBody build()
Copyright © 2023. All rights reserved.