public static interface ListRemoteAccessSessionsRequest.Builder extends DeviceFarmRequest.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.
|
ListRemoteAccessSessionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListRemoteAccessSessionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListRemoteAccessSessionsRequest.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.ListRemoteAccessSessionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListRemoteAccessSessionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.