public static interface GetRemoteAccessSessionResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetRemoteAccessSessionResponse.Builder,GetRemoteAccessSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRemoteAccessSessionResponse.Builder |
remoteAccessSession(Consumer<RemoteAccessSession.Builder> remoteAccessSession)
A container that lists detailed information about the remote access session.
|
GetRemoteAccessSessionResponse.Builder |
remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetRemoteAccessSessionResponse.Builder remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that lists detailed information about the remote access session.
remoteAccessSession - A container that lists detailed information about the remote access session.default GetRemoteAccessSessionResponse.Builder remoteAccessSession(Consumer<RemoteAccessSession.Builder> remoteAccessSession)
A container that lists detailed information about the remote access session.
This is a convenience that creates an instance of theRemoteAccessSession.Builder avoiding the need
to create one manually via RemoteAccessSession.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to remoteAccessSession(RemoteAccessSession).remoteAccessSession - a consumer that will call methods on RemoteAccessSession.BuilderremoteAccessSession(RemoteAccessSession)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.