public static interface GetTestGridSessionResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetTestGridSessionResponse.Builder,GetTestGridSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTestGridSessionResponse.Builder |
testGridSession(Consumer<TestGridSession.Builder> testGridSession)
The TestGridSession that was requested.
|
GetTestGridSessionResponse.Builder |
testGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTestGridSessionResponse.Builder testGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
testGridSession - The TestGridSession that was requested.default GetTestGridSessionResponse.Builder testGridSession(Consumer<TestGridSession.Builder> testGridSession)
The TestGridSession that was requested.
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 testGridSession(TestGridSession).testGridSession - a consumer that will call methods on TestGridSession.BuildertestGridSession(TestGridSession)Copyright © 2022. All rights reserved.