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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
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. |
buildrequestOverrideConfigcopyapply, 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.GetConsoleScreenshotRequest.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.