CopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
, SdkBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
public static interface ListPipelineExecutionsResponse.Builder extends CopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListPipelineExecutionsResponse.Builder |
nextToken(String nextToken) |
A token that can be used in the next list pipeline executions call to return the next set of pipeline
executions.
|
ListPipelineExecutionsResponse.Builder |
pipelineExecutionSummaries(Collection<PipelineExecutionSummary> 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPipelineExecutionSummaries(java.util.Collection)
or
#withPipelineExecutionSummaries(java.util.Collection)
if you want to override the existing values.
pipelineExecutionSummaries
- A list of executions in the history of a pipeline.ListPipelineExecutionsResponse.Builder nextToken(String nextToken)
A token that can be used in the next list pipeline executions call to return the next set of pipeline executions. 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 list pipeline executions call to return the next set of pipeline
executions. 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.