public static interface CreateRemoteAccessSessionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateRemoteAccessSessionRequest.Builder,CreateRemoteAccessSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRemoteAccessSessionRequest.Builder |
configuration(CreateRemoteAccessSessionConfiguration configuration)
The configuration information for the remote access session request.
|
CreateRemoteAccessSessionRequest.Builder |
deviceArn(String deviceArn)
The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.
|
CreateRemoteAccessSessionRequest.Builder |
name(String name)
The name of the remote access session that you wish to create.
|
CreateRemoteAccessSessionRequest.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.
|
copyapply, buildCreateRemoteAccessSessionRequest.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.
projectArn - The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.CreateRemoteAccessSessionRequest.Builder deviceArn(String deviceArn)
The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.
deviceArn - The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.CreateRemoteAccessSessionRequest.Builder name(String name)
The name of the remote access session that you wish to create.
name - The name of the remote access session that you wish to create.CreateRemoteAccessSessionRequest.Builder configuration(CreateRemoteAccessSessionConfiguration configuration)
The configuration information for the remote access session request.
configuration - The configuration information for the remote access session request.Copyright © 2017. All rights reserved.