CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
, SdkBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
public static interface ListPipelinesResponse.Builder extends CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListPipelinesResponse.Builder |
hasMoreResults(Boolean hasMoreResults) |
Indicates whether there are more results that can be obtained by a subsequent call.
|
ListPipelinesResponse.Builder |
marker(String marker) |
The starting point for the next page of results.
|
ListPipelinesResponse.Builder |
pipelineIdList(Collection<PipelineIdName> pipelineIdList) |
The pipeline identifiers.
|
ListPipelinesResponse.Builder |
pipelineIdList(PipelineIdName... pipelineIdList) |
The pipeline identifiers.
|
copy
apply, build
ListPipelinesResponse.Builder pipelineIdList(Collection<PipelineIdName> pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
pipelineIdList
- The pipeline identifiers. If you require additional information about the pipelines, you can use these
identifiers to call DescribePipelines and GetPipelineDefinition.ListPipelinesResponse.Builder pipelineIdList(PipelineIdName... pipelineIdList)
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
NOTE: This method appends the values to the existing list (if any). Use
#setPipelineIdList(java.util.Collection)
or #withPipelineIdList(java.util.Collection)
if you
want to override the existing values.
pipelineIdList
- The pipeline identifiers. If you require additional information about the pipelines, you can use these
identifiers to call DescribePipelines and GetPipelineDefinition.ListPipelinesResponse.Builder marker(String marker)
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more
results.
marker
- The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more
results.ListPipelinesResponse.Builder hasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.
hasMoreResults
- Indicates whether there are more results that can be obtained by a subsequent call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.