public static interface InstallToRemoteAccessSessionRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<InstallToRemoteAccessSessionRequest.Builder,InstallToRemoteAccessSessionRequest>
Modifier and Type | Method and Description |
---|---|
InstallToRemoteAccessSessionRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the app about which you are requesting information.
|
InstallToRemoteAccessSessionRequest.Builder |
remoteAccessSessionArn(String remoteAccessSessionArn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
|
InstallToRemoteAccessSessionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
InstallToRemoteAccessSessionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
InstallToRemoteAccessSessionRequest.Builder remoteAccessSessionArn(String remoteAccessSessionArn)
The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
remoteAccessSessionArn
- The Amazon Resource Name (ARN) of the remote access session about which you are requesting
information.InstallToRemoteAccessSessionRequest.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the app about which you are requesting information.
appArn
- The Amazon Resource Name (ARN) of the app about which you are requesting information.InstallToRemoteAccessSessionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.InstallToRemoteAccessSessionRequest.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.