public static interface StopRemoteAccessSessionRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<StopRemoteAccessSessionRequest.Builder,StopRemoteAccessSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
StopRemoteAccessSessionRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the remote access session you wish to stop.
|
StopRemoteAccessSessionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
StopRemoteAccessSessionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildStopRemoteAccessSessionRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the remote access session you wish to stop.
arn - The Amazon Resource Name (ARN) of the remote access session you wish to stop.StopRemoteAccessSessionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.StopRemoteAccessSessionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.