public static interface StopRemoteAccessSessionRequest.Builder extends DeviceFarmRequest.Builder, software.amazon.awssdk.utils.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) |
StopRemoteAccessSessionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
buildrequestOverrideConfigStopRemoteAccessSessionRequest.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)
requestOverrideConfig in interface AwsRequest.BuilderStopRemoteAccessSessionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.