public static interface GetConsoleScreenshotRequest.Builder extends EC2Request.Builder, CopyableBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>
| Modifier and Type | Method and Description |
|---|---|
GetConsoleScreenshotRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
GetConsoleScreenshotRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
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. |
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.GetConsoleScreenshotRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.