public static interface ListRemoteAccessSessionsResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRemoteAccessSessionsResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListRemoteAccessSessionsResponse.Builder |
remoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are
requesting.
|
ListRemoteAccessSessionsResponse.Builder |
remoteAccessSessions(Consumer<RemoteAccessSession.Builder>... remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are
requesting.
|
ListRemoteAccessSessionsResponse.Builder |
remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are
requesting.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRemoteAccessSessionsResponse.Builder remoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are requesting.
remoteAccessSessions - A container that represents the metadata from the service about each remote access session you are
requesting.ListRemoteAccessSessionsResponse.Builder remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are requesting.
remoteAccessSessions - A container that represents the metadata from the service about each remote access session you are
requesting.ListRemoteAccessSessionsResponse.Builder remoteAccessSessions(Consumer<RemoteAccessSession.Builder>... remoteAccessSessions)
A container that represents the metadata from the service about each remote access session you are requesting.
This is a convenience method 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 #remoteAccessSessions(List.
remoteAccessSessions - a consumer that will call methods on
RemoteAccessSession.Builder#remoteAccessSessions(java.util.Collection) ListRemoteAccessSessionsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2023. All rights reserved.