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 theTestGridSessionAction.Builder avoiding the need to
create one manually via
TestGridSessionAction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #actions(List.
actions - a consumer that will call methods on
TestGridSessionAction.Builder#actions(java.util.Collection) ListTestGridSessionActionsResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2022. All rights reserved.