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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetTestGridSessionResponse.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 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.Builder
testGridSession(TestGridSession)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.