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 SummaryModifier and TypeMethodDescriptionWhennextTokenis 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.osis.model.OsisResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenWhen nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.- Parameters:
- nextToken- When- nextTokenis returned, there are more results available. The value of- nextTokenis 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.
 
- 
pipelinesA 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.
 
- 
pipelinesA 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.
 
- 
pipelinesA list of all existing Data Prepper pipelines. This is a convenience method that creates an instance of thePipelineSummary.Builderavoiding the need to create one manually viaPipelineSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelines(List<PipelineSummary>).- Parameters:
- pipelines- a consumer that will call methods on- PipelineSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-