Interface ListPipelinesRequest.Builder

    • Method Detail

      • pipelineNamePrefix

        ListPipelinesRequest.Builder pipelineNamePrefix​(String pipelineNamePrefix)

        The prefix of the pipeline name.

        Parameters:
        pipelineNamePrefix - The prefix of the pipeline name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAfter

        ListPipelinesRequest.Builder createdAfter​(Instant createdAfter)

        A filter that returns the pipelines that were created after a specified time.

        Parameters:
        createdAfter - A filter that returns the pipelines that were created after a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBefore

        ListPipelinesRequest.Builder createdBefore​(Instant createdBefore)

        A filter that returns the pipelines that were created before a specified time.

        Parameters:
        createdBefore - A filter that returns the pipelines that were created before a specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortBy

        ListPipelinesRequest.Builder sortBy​(String sortBy)

        The field by which to sort results. The default is CreatedTime.

        Parameters:
        sortBy - The field by which to sort results. The default is CreatedTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortPipelinesBy, SortPipelinesBy
      • sortOrder

        ListPipelinesRequest.Builder sortOrder​(String sortOrder)

        The sort order for results.

        Parameters:
        sortOrder - The sort order for results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListPipelinesRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order for results.

        Parameters:
        sortOrder - The sort order for results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • nextToken

        ListPipelinesRequest.Builder nextToken​(String nextToken)

        If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

        Parameters:
        nextToken - If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListPipelinesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of pipelines to return in the response.

        Parameters:
        maxResults - The maximum number of pipelines to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.