public static interface StopRemoteAccessSessionResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<StopRemoteAccessSessionResponse.Builder,StopRemoteAccessSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopRemoteAccessSessionResponse.Builder |
remoteAccessSession(Consumer<RemoteAccessSession.Builder> remoteAccessSession)
A container representing the metadata from the service about the remote access session you are stopping.
|
StopRemoteAccessSessionResponse.Builder |
remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container representing the metadata from the service about the remote access session you are stopping.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStopRemoteAccessSessionResponse.Builder remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container representing the metadata from the service about the remote access session you are stopping.
remoteAccessSession - A container representing the metadata from the service about the remote access session you are
stopping.default StopRemoteAccessSessionResponse.Builder remoteAccessSession(Consumer<RemoteAccessSession.Builder> remoteAccessSession)
A container representing the metadata from the service about the remote access session you are stopping.
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.