public static interface ListRemoteAccessSessionsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListRemoteAccessSessionsRequest.Builder,ListRemoteAccessSessionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRemoteAccessSessionsRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
|
ListRemoteAccessSessionsRequest.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.
|
copyapply, buildListRemoteAccessSessionsRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
arn - The Amazon Resource Name (ARN) of the remote access session about which you are requesting
information.ListRemoteAccessSessionsRequest.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. All rights reserved.