public static interface StopRemoteAccessSessionResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<StopRemoteAccessSessionResponse.Builder,StopRemoteAccessSessionResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopRemoteAccessSessionResponse.Builder |
remoteAccessSession(Consumer<RemoteAccessSession.Builder> remoteAccessSession)
A container that represents the metadata from the service about the remote access session you are stopping.
|
StopRemoteAccessSessionResponse.Builder |
remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that represents the metadata from the service about the remote access session you are stopping.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopRemoteAccessSessionResponse.Builder remoteAccessSession(RemoteAccessSession remoteAccessSession)
A container that represents the metadata from the service about the remote access session you are stopping.
remoteAccessSession - A container that represents the metadata from the service about the remote access session you are
stopping.default StopRemoteAccessSessionResponse.Builder remoteAccessSession(Consumer<RemoteAccessSession.Builder> remoteAccessSession)
A container that represents 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 © 2020. All rights reserved.