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. |
build
requestOverrideConfig
copy
apply, build
GetConsoleScreenshotRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetConsoleScreenshotRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.