Interface ListBuildsResponse.Builder

    • Method Detail

      • ids

        ListBuildsResponse.Builder ids​(Collection<String> ids)

        A list of build IDs, with each build ID representing a single build.

        Parameters:
        ids - A list of build IDs, with each build ID representing a single build.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        ListBuildsResponse.Builder ids​(String... ids)

        A list of build IDs, with each build ID representing a single build.

        Parameters:
        ids - A list of build IDs, with each build ID representing a single build.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBuildsResponse.Builder nextToken​(String nextToken)

        If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

        Parameters:
        nextToken - If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.