Interface GetConsoleOutputResponse.Builder

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

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

    • instanceId

      GetConsoleOutputResponse.Builder instanceId(String 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.
    • output

      The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.

      Parameters:
      output - The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      The time at which the output was last updated.

      Parameters:
      timestamp - The time at which the output was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.