Interface ListPipelinesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPipelinesResponse.Builder,
,ListPipelinesResponse> DataPipelineResponse.Builder
,SdkBuilder<ListPipelinesResponse.Builder,
,ListPipelinesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPipelinesResponse
-
Method Summary
Modifier and TypeMethodDescriptionhasMoreResults
(Boolean hasMoreResults) Indicates whether there are more results that can be obtained by a subsequent call.The starting point for the next page of results.pipelineIdList
(Collection<PipelineIdName> pipelineIdList) The pipeline identifiers.pipelineIdList
(Consumer<PipelineIdName.Builder>... pipelineIdList) The pipeline identifiers.pipelineIdList
(PipelineIdName... pipelineIdList) The pipeline identifiers.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
pipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
- Parameters:
pipelineIdList
- The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
- Parameters:
pipelineIdList
- The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineIdList
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
This is a convenience method that creates an instance of thePipelineIdName.Builder
avoiding the need to create one manually viaPipelineIdName.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topipelineIdList(List<PipelineIdName>)
.- Parameters:
pipelineIdList
- a consumer that will call methods onPipelineIdName.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
marker
- The starting point for the next page of results. To view the next page of results, callListPipelinesOutput
again with this marker value. If the value is null, there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hasMoreResults
Indicates whether there are more results that can be obtained by a subsequent call.
- Parameters:
hasMoreResults
- Indicates whether there are more results that can be obtained by a subsequent call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-