CopyableBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
, SdkBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
public static interface ListRemoteAccessSessionsResponse.Builder extends CopyableBuilder<ListRemoteAccessSessionsResponse.Builder,ListRemoteAccessSessionsResponse>
Modifier and Type | Method | 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 representing the metadata from the service about each remote access session you are requesting.
|
ListRemoteAccessSessionsResponse.Builder |
remoteAccessSessions(RemoteAccessSession... remoteAccessSessions) |
A container representing the metadata from the service about each remote access session you are requesting.
|
copy
apply, build
ListRemoteAccessSessionsResponse.Builder remoteAccessSessions(Collection<RemoteAccessSession> remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
remoteAccessSessions
- A container representing the metadata from the service about each remote access session you are
requesting.ListRemoteAccessSessionsResponse.Builder remoteAccessSessions(RemoteAccessSession... remoteAccessSessions)
A container representing the metadata from the service about each remote access session you are requesting.
NOTE: This method appends the values to the existing list (if any). Use
#setRemoteAccessSessions(java.util.Collection)
or
#withRemoteAccessSessions(java.util.Collection)
if you want to override the existing values.
remoteAccessSessions
- A container representing the metadata from the service about each remote access session you are
requesting.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.