Interface ListPipelinesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPipelinesResponse.Builder,
,ListPipelinesResponse> OsisResponse.Builder
,SdkBuilder<ListPipelinesResponse.Builder,
,ListPipelinesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPipelinesResponse
@Mutable
@NotThreadSafe
public static interface ListPipelinesResponse.Builder
extends OsisResponse.Builder, SdkPojo, CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionWhennextToken
is returned, there are more results available.pipelines
(Collection<PipelineSummary> pipelines) A list of all existing Data Prepper pipelines.pipelines
(Consumer<PipelineSummary.Builder>... pipelines) A list of all existing Data Prepper pipelines.pipelines
(PipelineSummary... pipelines) A list of all existing Data Prepper pipelines.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.osis.model.OsisResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
When
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
nextToken
- WhennextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelines
A list of all existing Data Prepper pipelines.
- Parameters:
pipelines
- A list of all existing Data Prepper pipelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelines
A list of all existing Data Prepper pipelines.
- Parameters:
pipelines
- A list of all existing Data Prepper pipelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelines
A list of all existing Data Prepper pipelines.
This is a convenience method that creates an instance of thePipelineSummary.Builder
avoiding the need to create one manually viaPipelineSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topipelines(List<PipelineSummary>)
.- Parameters:
pipelines
- a consumer that will call methods onPipelineSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-