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.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRunsResponse.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 method that creates an instance of theRun.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.
runs - a consumer that will call methods on
Run.Builder#runs(java.util.Collection) 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.
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.Copyright © 2022. All rights reserved.