CopyableBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>
, SdkBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>
public static interface GetConsoleScreenshotResponse.Builder extends CopyableBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>
Modifier and Type | Method | Description |
---|---|---|
GetConsoleScreenshotResponse.Builder |
imageData(String imageData) |
The data that comprises the image.
|
GetConsoleScreenshotResponse.Builder |
instanceId(String instanceId) |
The ID of the instance.
|
copy
apply, build
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 Amazon Web Services, Inc. All Rights Reserved.