public static interface GetRemoteAccessSessionRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<GetRemoteAccessSessionRequest.Builder,GetRemoteAccessSessionRequest>
Modifier and Type | Method and Description |
---|---|
GetRemoteAccessSessionRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.
|
GetRemoteAccessSessionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetRemoteAccessSessionRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.
arn
- The Amazon Resource Name (ARN) of the remote access session about which you want to get session
information.GetRemoteAccessSessionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.