public static final class CopyCustomizeReportConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CopyCustomizeReportConfigRequest |
build() |
CopyCustomizeReportConfigRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
CopyCustomizeReportConfigRequest.Builder |
reportId(Long reportId)
The ID of the report.
|
CopyCustomizeReportConfigRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public CopyCustomizeReportConfigRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public CopyCustomizeReportConfigRequest.Builder reportId(Long reportId)
The ID of the report.
You can call the DescribeCustomizeReportList operation to query the ID.
This parameter is required.
example:492742
public CopyCustomizeReportConfigRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:59.46.XXX.XXX
public CopyCustomizeReportConfigRequest build()
Copyright © 2026. All rights reserved.