public static interface ListPipelinesResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
| Modifier and Type | Method and Description | 
|---|---|
ListPipelinesResponse.Builder | 
nextToken(String nextToken)
 If the amount of returned information is significantly large, an identifier is also returned which can be
 used in a subsequent list pipelines call to return the next set of pipelines in the list. 
 | 
ListPipelinesResponse.Builder | 
pipelines(Collection<PipelineSummary> pipelines)
 The list of pipelines. 
 | 
ListPipelinesResponse.Builder | 
pipelines(Consumer<PipelineSummary.Builder>... pipelines)
 The list of pipelines. 
 | 
ListPipelinesResponse.Builder | 
pipelines(PipelineSummary... pipelines)
 The list of pipelines. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListPipelinesResponse.Builder pipelines(Collection<PipelineSummary> pipelines)
The list of pipelines.
pipelines - The list of pipelines.ListPipelinesResponse.Builder pipelines(PipelineSummary... pipelines)
The list of pipelines.
pipelines - The list of pipelines.ListPipelinesResponse.Builder pipelines(Consumer<PipelineSummary.Builder>... pipelines)
The list of pipelines.
This is a convenience that creates an instance of theList.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 nextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
nextToken - If the amount of returned information is significantly large, an identifier is also returned which can
        be used in a subsequent list pipelines call to return the next set of pipelines in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.