Interface ListPipelinesResponse.Builder

    • Method Detail

      • marker

        ListPipelinesResponse.Builder marker​(String marker)

        The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

        Parameters:
        marker - The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasMoreResults

        ListPipelinesResponse.Builder hasMoreResults​(Boolean hasMoreResults)

        Indicates whether there are more results that can be obtained by a subsequent call.

        Parameters:
        hasMoreResults - Indicates whether there are more results that can be obtained by a subsequent call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.