public static final class ListMigrationTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListMigrationTaskRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
ListMigrationTaskRequest |
build() |
ListMigrationTaskRequest.Builder |
originInstanceName(String originInstanceName)
The name of the source instance.
|
ListMigrationTaskRequest.Builder |
pageNum(Long pageNum)
The number of the page to return.
|
ListMigrationTaskRequest.Builder |
pageSize(Long pageSize)
The number of entries to return on each page.
|
ListMigrationTaskRequest.Builder |
requestPars(String requestPars)
The extended request parameters in the JSON format.
|
public ListMigrationTaskRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public ListMigrationTaskRequest.Builder originInstanceName(String originInstanceName)
The name of the source instance.
example:whdc
public ListMigrationTaskRequest.Builder pageNum(Long pageNum)
The number of the page to return.
example:1
public ListMigrationTaskRequest.Builder pageSize(Long pageSize)
The number of entries to return on each page.
example:10
public ListMigrationTaskRequest.Builder requestPars(String requestPars)
The extended request parameters in the JSON format.
example:{}
public ListMigrationTaskRequest build()
Copyright © 2026. All rights reserved.