Interface ListBuildsResponse.Builder

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

public static interface ListBuildsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ListBuildsResponse.Builder,ListBuildsResponse>
  • Method Details

    • 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

      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<Build>).

      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:
    • 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.