public static interface GetConsoleOutputResponse.Builder extends Ec2Response.Builder, SdkPojo, 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 at which the output was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 you are using a command line tool, the tool decodes the output for you.
output - The console output, base64-encoded. If you are using a command line tool, the tool decodes the output
for you.GetConsoleOutputResponse.Builder timestamp(Instant timestamp)
The time at which the output was last updated.
timestamp - The time at which the output was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.