public static interface ListPipelinesResponse.Builder extends ElasticTranscoderResponse.Builder, SdkPojo, CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
Modifier and Type | Method and Description |
---|---|
ListPipelinesResponse.Builder |
nextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any.
|
ListPipelinesResponse.Builder |
pipelines(Collection<Pipeline> pipelines)
An array of
Pipeline objects. |
ListPipelinesResponse.Builder |
pipelines(Consumer<Pipeline.Builder>... pipelines)
An array of
Pipeline objects. |
ListPipelinesResponse.Builder |
pipelines(Pipeline... pipelines)
An array of
Pipeline objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPipelinesResponse.Builder pipelines(Collection<Pipeline> pipelines)
An array of Pipeline
objects.
pipelines
- An array of Pipeline
objects.ListPipelinesResponse.Builder pipelines(Pipeline... pipelines)
An array of Pipeline
objects.
pipelines
- An array of Pipeline
objects.ListPipelinesResponse.Builder pipelines(Consumer<Pipeline.Builder>... pipelines)
An array of Pipeline
objects.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #pipelines(List)
.pipelines
- a consumer that will call methods on List.Builder
#pipelines(List)
ListPipelinesResponse.Builder nextPageToken(String nextPageToken)
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on
one page or when you've reached the last page of results, the value of NextPageToken
is
null
.
nextPageToken
- A value that you use to access the second and subsequent pages of results, if any. When the pipelines
fit on one page or when you've reached the last page of results, the value of
NextPageToken
is null
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.