CopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
, SdkBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
public static interface ListPipelineExecutionsRequest.Builder extends CopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListPipelineExecutionsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return in a single call.
|
ListPipelineExecutionsRequest.Builder |
nextToken(String nextToken) |
The token that was returned from the previous list pipeline executions call, which can be used to return the
next set of pipeline executions in the list.
|
ListPipelineExecutionsRequest.Builder |
pipelineName(String pipelineName) |
The name of the pipeline for which you want to get execution summary information.
|
copy
apply, build
ListPipelineExecutionsRequest.Builder pipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
pipelineName
- The name of the pipeline for which you want to get execution summary information.ListPipelineExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. The available pipeline execution history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned nextToken value. The available pipeline execution history is limited to
the most recent 12 months, based on pipeline execution start times. Default value is 100.ListPipelineExecutionsRequest.Builder nextToken(String nextToken)
The token that was returned from the previous list pipeline executions call, which can be used to return the next set of pipeline executions in the list.
nextToken
- The token that was returned from the previous list pipeline executions call, which can be used to
return the next set of pipeline executions in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.