Interface ListPipelinesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPipelinesResponse.Builder,
,ListPipelinesResponse> ElasticTranscoderResponse.Builder
,SdkBuilder<ListPipelinesResponse.Builder,
,ListPipelinesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPipelinesResponse
public static interface ListPipelinesResponse.Builder
extends ElasticTranscoderResponse.Builder, SdkPojo, CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnextPageToken
(String nextPageToken) A value that you use to access the second and subsequent pages of results, if any.pipelines
(Collection<Pipeline> pipelines) An array ofPipeline
objects.pipelines
(Consumer<Pipeline.Builder>... pipelines) An array ofPipeline
objects.An array ofPipeline
objects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elastictranscoder.model.ElasticTranscoderResponse.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
-
pipelines
An array of
Pipeline
objects.- Parameters:
pipelines
- An array ofPipeline
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelines
An array of
Pipeline
objects.- Parameters:
pipelines
- An array ofPipeline
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelines
An array of
This is a convenience method that creates an instance of thePipeline
objects.Pipeline.Builder
avoiding the need to create one manually viaPipeline.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topipelines(List<Pipeline>)
.- Parameters:
pipelines
- a consumer that will call methods onPipeline.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextPageToken
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of
NextPageToken
isnull
.- Parameters:
nextPageToken
- A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value ofNextPageToken
isnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-