Interface ListRunsResponse.Builder

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

public static interface ListRunsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListRunsResponse.Builder,ListRunsResponse>
  • Method Details

    • runs

      Information about the runs.

      Parameters:
      runs - Information about the runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runs

      Information about the runs.

      Parameters:
      runs - Information about the runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runs

      Information about the runs.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to runs(List<Run>).

      Parameters:
      runs - a consumer that will call methods on Run.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListRunsResponse.Builder nextToken(String nextToken)

      If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

      Parameters:
      nextToken - If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.