public static interface GetConsoleOutputResponse.Builder extends EC2Response.Builder, CopyableBuilder<GetConsoleOutputResponse.Builder,GetConsoleOutputResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConsoleOutputResponse.Builder |
instanceId(String instanceId)
The ID of the instance.
|
GetConsoleOutputResponse.Builder |
output(String output)
The console output, Base64-encoded.
|
GetConsoleOutputResponse.Builder |
timestamp(Instant timestamp)
The time the output was last updated.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetConsoleOutputResponse.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.GetConsoleOutputResponse.Builder output(String output)
The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.
output - The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.GetConsoleOutputResponse.Builder timestamp(Instant timestamp)
The time the output was last updated.
timestamp - The time the output was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.