public static interface InstallToRemoteAccessSessionRequest.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, buildInstallToRemoteAccessSessionRequest.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.Copyright © 2017. All rights reserved.