@Generated(value="software.amazon.awssdk:codegen") public class CreateRemoteAccessSessionRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateRemoteAccessSessionRequest.Builder,CreateRemoteAccessSessionRequest>
Creates and submits a request to start a remote access session.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateRemoteAccessSessionRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static CreateRemoteAccessSessionRequest.Builder |
builder() |
CreateRemoteAccessSessionConfiguration |
configuration()
The configuration information for the remote access session request.
|
String |
deviceArn()
The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name()
The name of the remote access session that you wish to create.
|
String |
projectArn()
The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.
|
static Class<? extends CreateRemoteAccessSessionRequest.Builder> |
serializableBuilderClass() |
CreateRemoteAccessSessionRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String projectArn()
The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.
public String deviceArn()
The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.
public String name()
The name of the remote access session that you wish to create.
public CreateRemoteAccessSessionConfiguration configuration()
The configuration information for the remote access session request.
public CreateRemoteAccessSessionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateRemoteAccessSessionRequest.Builder,CreateRemoteAccessSessionRequest>public static CreateRemoteAccessSessionRequest.Builder builder()
public static Class<? extends CreateRemoteAccessSessionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.