public static interface ListTestGridSessionsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListTestGridSessionsResponse.Builder,ListTestGridSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
ListTestGridSessionsResponse.Builder |
testGridSessions(Collection<TestGridSession> testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
ListTestGridSessionsResponse.Builder |
testGridSessions(Consumer<TestGridSession.Builder>... testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
ListTestGridSessionsResponse.Builder |
testGridSessions(TestGridSession... testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestGridSessionsResponse.Builder testGridSessions(Collection<TestGridSession> testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
testGridSessions - The sessions that match the criteria in a ListTestGridSessionsRequest.ListTestGridSessionsResponse.Builder testGridSessions(TestGridSession... testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
testGridSessions - The sessions that match the criteria in a ListTestGridSessionsRequest.ListTestGridSessionsResponse.Builder testGridSessions(Consumer<TestGridSession.Builder>... testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
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 #testGridSessions(List) .testGridSessions - a consumer that will call methods on List.Builder #testGridSessions(List) ListTestGridSessionsResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2022. All rights reserved.