Interface ListPipelinesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>, ElasticTranscoderResponse.Builder, SdkBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListPipelinesResponse

  • Method Details

    • pipelines

      An array of Pipeline objects.

      Parameters:
      pipelines - An array of Pipeline objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelines

      ListPipelinesResponse.Builder pipelines(Pipeline... pipelines)

      An array of Pipeline objects.

      Parameters:
      pipelines - An array of Pipeline objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelines

      An array of Pipeline objects.

      This is a convenience method that creates an instance of the Pipeline.Builder avoiding the need to create one manually via Pipeline.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pipelines(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:
    • nextPageToken

      ListPipelinesResponse.Builder nextPageToken(String 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 is null.

      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 NextPageToken is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.