public static interface ListPipelineExecutionsResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
Modifier and Type | Method and Description |
---|---|
ListPipelineExecutionsResponse.Builder |
nextToken(String nextToken)
A token that can be used in the next ListPipelineExecutions call.
|
ListPipelineExecutionsResponse.Builder |
pipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
|
ListPipelineExecutionsResponse.Builder |
pipelineExecutionSummaries(Consumer<PipelineExecutionSummary.Builder>... pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
|
ListPipelineExecutionsResponse.Builder |
pipelineExecutionSummaries(PipelineExecutionSummary... pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPipelineExecutionsResponse.Builder pipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
pipelineExecutionSummaries
- A list of executions in the history of a pipeline.ListPipelineExecutionsResponse.Builder pipelineExecutionSummaries(PipelineExecutionSummary... pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
pipelineExecutionSummaries
- A list of executions in the history of a pipeline.ListPipelineExecutionsResponse.Builder pipelineExecutionSummaries(Consumer<PipelineExecutionSummary.Builder>... pipelineExecutionSummaries)
A list of executions in the history of a pipeline.
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 #pipelineExecutionSummaries(List)
.pipelineExecutionSummaries
- a consumer that will call methods on List.Builder
#pipelineExecutionSummaries(List)
ListPipelineExecutionsResponse.Builder nextToken(String nextToken)
A token that can be used in the next ListPipelineExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
nextToken
- A token that can be used in the next ListPipelineExecutions call. To view all items in the list,
continue to call this operation with each subsequent token until no more nextToken values are
returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.