CopyableBuilder<CreateRemoteAccessSessionRequest.Builder,CreateRemoteAccessSessionRequest>
, SdkBuilder<CreateRemoteAccessSessionRequest.Builder,CreateRemoteAccessSessionRequest>
public static interface CreateRemoteAccessSessionRequest.Builder extends CopyableBuilder<CreateRemoteAccessSessionRequest.Builder,CreateRemoteAccessSessionRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
CreateRemoteAccessSessionRequest.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 Amazon Web Services, Inc. All Rights Reserved.