public static interface GetConsoleScreenshotRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.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) |
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, requestOverrideConfigGetConsoleScreenshotRequest.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)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.