public static interface GetConsoleScreenshotResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, 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 © 2023. All rights reserved.