public static final class DeleteCustomLinesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteCustomLinesRequest |
build() |
DeleteCustomLinesRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DeleteCustomLinesRequest.Builder |
lineIds(String lineIds)
The unique IDs of the custom lines that you want to delete.
|
public DeleteCustomLinesRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public DeleteCustomLinesRequest.Builder lineIds(String lineIds)
The unique IDs of the custom lines that you want to delete. Separate the unique IDs with commas (,). You can call the DescribeCustomLines operation to obtain the ID.
This parameter is required.
example:1234,1235
public DeleteCustomLinesRequest build()
Copyright © 2026. All rights reserved.