CopyableBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>, SdkBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>public static interface GetConsoleScreenshotRequest.Builder extends CopyableBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetConsoleScreenshotRequest.Builder |
instanceId(String instanceId) |
The ID of the instance.
|
GetConsoleScreenshotRequest.Builder |
wakeUp(Boolean wakeUp) |
When set to
true, acts as keystroke input and wakes up an instance that's in standby or "sleep"
mode. |
copyapply, buildGetConsoleScreenshotRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.GetConsoleScreenshotRequest.Builder wakeUp(Boolean wakeUp)
When set to true, acts as keystroke input and wakes up an instance that's in standby or "sleep"
mode.
wakeUp - When set to true, acts as keystroke input and wakes up an instance that's in standby or
"sleep" mode.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.