public static interface ListTestGridSessionActionsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListTestGridSessionActionsResponse.Builder,ListTestGridSessionActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionActionsResponse.Builder |
actions(Collection<TestGridSessionAction> actions)
The action taken by the session.
|
ListTestGridSessionActionsResponse.Builder |
actions(Consumer<TestGridSessionAction.Builder>... actions)
The action taken by the session.
|
ListTestGridSessionActionsResponse.Builder |
actions(TestGridSessionAction... actions)
The action taken by the session.
|
ListTestGridSessionActionsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestGridSessionActionsResponse.Builder actions(Collection<TestGridSessionAction> actions)
The action taken by the session.
actions - The action taken by the session.ListTestGridSessionActionsResponse.Builder actions(TestGridSessionAction... actions)
The action taken by the session.
actions - The action taken by the session.ListTestGridSessionActionsResponse.Builder actions(Consumer<TestGridSessionAction.Builder>... actions)
The action taken by the session.
This is a convenience method 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 #actions(List) .actions - a consumer that will call methods on List.Builder #actions(List) ListTestGridSessionActionsResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2022. All rights reserved.