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 method that creates an instance of theTestGridSession.Builder avoiding the need to create
one manually via TestGridSession.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #testGridSessions(List.
testGridSessions - a consumer that will call methods on
TestGridSession.Builder#testGridSessions(java.util.Collection) ListTestGridSessionsResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2023. All rights reserved.