public static final class ListLogtailPipelineConfigResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListLogtailPipelineConfigResponseBody |
build() |
ListLogtailPipelineConfigResponseBody.Builder |
configs(List<String> configs)
The Logtail pipeline configurations that are returned on the current page.
|
ListLogtailPipelineConfigResponseBody.Builder |
count(Integer count)
The number of Logtail pipeline configurations that are returned on the current page.
|
ListLogtailPipelineConfigResponseBody.Builder |
total(Integer total)
The total number of Logtail pipeline configurations in the current project.
|
public ListLogtailPipelineConfigResponseBody.Builder configs(List<String> configs)
The Logtail pipeline configurations that are returned on the current page.
public ListLogtailPipelineConfigResponseBody.Builder count(Integer count)
The number of Logtail pipeline configurations that are returned on the current page.
example:10
public ListLogtailPipelineConfigResponseBody.Builder total(Integer total)
The total number of Logtail pipeline configurations in the current project.
example:20
public ListLogtailPipelineConfigResponseBody build()
Copyright © 2025. All rights reserved.