public static interface GetConsoleScreenshotResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConsoleScreenshotResponse.Builder |
imageData(String imageData)
The data that comprises the image.
|
GetConsoleScreenshotResponse.Builder |
instanceId(String instanceId)
The ID of the instance.
|
GetConsoleScreenshotResponse.Builder imageData(String imageData)
The data that comprises the image.
imageData - The data that comprises the image.GetConsoleScreenshotResponse.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.Copyright © 2017. All rights reserved.