public static interface ListPipelinesResponse.Builder extends DataPipelineResponse.Builder, SdkPojo, CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesResponse.Builder |
hasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
|
ListPipelinesResponse.Builder |
marker(String marker)
The starting point for the next page of results.
|
ListPipelinesResponse.Builder |
pipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers.
|
ListPipelinesResponse.Builder |
pipelineIdList(Consumer<PipelineIdName.Builder>... pipelineIdList)
The pipeline identifiers.
|
ListPipelinesResponse.Builder |
pipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelinesResponse.Builder pipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
pipelineIdList - The pipeline identifiers. If you require additional information about the pipelines, you can use these
identifiers to call DescribePipelines and GetPipelineDefinition.ListPipelinesResponse.Builder pipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
pipelineIdList - The pipeline identifiers. If you require additional information about the pipelines, you can use these
identifiers to call DescribePipelines and GetPipelineDefinition.ListPipelinesResponse.Builder pipelineIdList(Consumer<PipelineIdName.Builder>... pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
This is a convenience method that creates an instance of thePipelineIdName.Builder avoiding the need to create
one manually via PipelineIdName.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pipelineIdList(List.
pipelineIdList - a consumer that will call methods on
PipelineIdName.Builder#pipelineIdList(java.util.Collection) ListPipelinesResponse.Builder marker(String marker)
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput again with this marker value. If the value is null, there are no more
results.
marker - The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput again with this marker value. If the value is null, there are no more
results.ListPipelinesResponse.Builder hasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults - Indicates whether there are more results that can be obtained by a subsequent call.Copyright © 2022. All rights reserved.