public static interface ListTestGridSessionArtifactsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListTestGridSessionArtifactsResponse.Builder,ListTestGridSessionArtifactsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionArtifactsResponse.Builder |
artifacts(Collection<TestGridSessionArtifact> artifacts)
A list of test grid session artifacts for a TestGridSession.
|
ListTestGridSessionArtifactsResponse.Builder |
artifacts(Consumer<TestGridSessionArtifact.Builder>... artifacts)
A list of test grid session artifacts for a TestGridSession.
|
ListTestGridSessionArtifactsResponse.Builder |
artifacts(TestGridSessionArtifact... artifacts)
A list of test grid session artifacts for a TestGridSession.
|
ListTestGridSessionArtifactsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestGridSessionArtifactsResponse.Builder artifacts(Collection<TestGridSessionArtifact> artifacts)
A list of test grid session artifacts for a TestGridSession.
artifacts - A list of test grid session artifacts for a TestGridSession.ListTestGridSessionArtifactsResponse.Builder artifacts(TestGridSessionArtifact... artifacts)
A list of test grid session artifacts for a TestGridSession.
artifacts - A list of test grid session artifacts for a TestGridSession.ListTestGridSessionArtifactsResponse.Builder artifacts(Consumer<TestGridSessionArtifact.Builder>... artifacts)
A list of test grid session artifacts for a TestGridSession.
This is a convenience method that creates an instance of theTestGridSessionArtifact.Builder avoiding the need to
create one manually via
TestGridSessionArtifact.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #artifacts(List.
artifacts - a consumer that will call methods on
TestGridSessionArtifact.Builder#artifacts(java.util.Collection) ListTestGridSessionArtifactsResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2022. All rights reserved.