Interface GetConsoleScreenshotResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>, Ec2Response.Builder, SdkBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetConsoleScreenshotResponse

public static interface GetConsoleScreenshotResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetConsoleScreenshotResponse.Builder,GetConsoleScreenshotResponse>
  • Method Details

    • imageData

      The data that comprises the image.

      Parameters:
      imageData - The data that comprises the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      The ID of the instance.

      Parameters:
      instanceId - The ID of the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.