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(PipelineSummary... pipelines)
The list of pipelines.
|
build
copy
apply, build
ListPipelinesResponse.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 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.