Interface ListBuildsResponse.Builder

    • Method Detail

      • builds

        ListBuildsResponse.Builder builds​(Collection<Build> builds)

        A collection of build resources that match the request.

        Parameters:
        builds - A collection of build resources that match the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • builds

        ListBuildsResponse.Builder builds​(Build... builds)

        A collection of build resources that match the request.

        Parameters:
        builds - A collection of build resources that match the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • builds

        ListBuildsResponse.Builder builds​(Consumer<Build.Builder>... builds)

        A collection of build resources that match the request.

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

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #builds(List).

        Parameters:
        builds - a consumer that will call methods on Build.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #builds(java.util.Collection)
      • nextToken

        ListBuildsResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.