Interface ListPipelinesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListPipelinesResponse.Builder,,- ListPipelinesResponse> - ElasticTranscoderResponse.Builder,- SdkBuilder<ListPipelinesResponse.Builder,,- ListPipelinesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListPipelinesResponse
@Mutable
@NotThreadSafe
public static interface ListPipelinesResponse.Builder
extends ElasticTranscoderResponse.Builder, SdkPojo, CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse> 
- 
Method SummaryModifier 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 ofPipelineobjects.pipelines(Consumer<Pipeline.Builder>... pipelines) An array ofPipelineobjects.An array ofPipelineobjects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elastictranscoder.model.ElasticTranscoderResponse.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- 
pipelinesAn array of Pipelineobjects.- Parameters:
- pipelines- An array of- Pipelineobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelinesAn array of Pipelineobjects.- Parameters:
- pipelines- An array of- Pipelineobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelinesAn array of This is a convenience method that creates an instance of thePipelineobjects.Pipeline.Builderavoiding the need to create one manually viaPipeline.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelines(List<Pipeline>).- Parameters:
- pipelines- a consumer that will call methods on- Pipeline.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextPageTokenA 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 NextPageTokenisnull.- 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 of- NextPageTokenis- null.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-