public static final class ListCloudGtmInstanceConfigsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCloudGtmInstanceConfigsResponseBody |
build() |
ListCloudGtmInstanceConfigsResponseBody.Builder |
instanceConfigs(ListCloudGtmInstanceConfigsResponseBody.InstanceConfigs instanceConfigs)
The configurations of the instance.
|
ListCloudGtmInstanceConfigsResponseBody.Builder |
pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
|
ListCloudGtmInstanceConfigsResponseBody.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
|
ListCloudGtmInstanceConfigsResponseBody.Builder |
requestId(String requestId)
Unique request identification code.
|
ListCloudGtmInstanceConfigsResponseBody.Builder |
totalItems(Integer totalItems)
Total number of entries for domain instance configurations.
|
ListCloudGtmInstanceConfigsResponseBody.Builder |
totalPages(Integer totalPages)
Total number of pages.
|
public ListCloudGtmInstanceConfigsResponseBody.Builder instanceConfigs(ListCloudGtmInstanceConfigsResponseBody.InstanceConfigs instanceConfigs)
The configurations of the instance.
public ListCloudGtmInstanceConfigsResponseBody.Builder pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
example:1
public ListCloudGtmInstanceConfigsResponseBody.Builder pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
example:20
public ListCloudGtmInstanceConfigsResponseBody.Builder requestId(String requestId)
Unique request identification code.
example:536E9CAD-DB30-4647-AC87-AA5CC38C5382
public ListCloudGtmInstanceConfigsResponseBody.Builder totalItems(Integer totalItems)
Total number of entries for domain instance configurations.
example:10
public ListCloudGtmInstanceConfigsResponseBody.Builder totalPages(Integer totalPages)
Total number of pages.
example:1
public ListCloudGtmInstanceConfigsResponseBody build()
Copyright © 2026. All rights reserved.