public static interface ListRunsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListRunsResponse.Builder,ListRunsResponse>
Modifier and Type | Method and Description |
---|---|
ListRunsResponse.Builder |
nextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned,
which can be used in a subsequent call to this operation to return the next set of items in the list.
|
ListRunsResponse.Builder |
runs(Collection<Run> runs)
Information about the runs.
|
ListRunsResponse.Builder |
runs(Consumer<Run.Builder>... runs)
Information about the runs.
|
ListRunsResponse.Builder |
runs(Run... runs)
Information about the runs.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListRunsResponse.Builder runs(Collection<Run> runs)
Information about the runs.
runs
- Information about the runs.ListRunsResponse.Builder runs(Run... runs)
Information about the runs.
runs
- Information about the runs.ListRunsResponse.Builder runs(Consumer<Run.Builder>... runs)
Information about the runs.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #runs(List)
.runs
- a consumer that will call methods on List.Builder
#runs(List)
ListRunsResponse.Builder nextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.
nextToken
- If the number of items that are returned is significantly large, this is an identifier that is also
returned, which can be used in a subsequent call to this operation to return the next set of items in
the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.