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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetConsoleScreenshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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. |
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetConsoleScreenshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.