Interface GetConsoleOutputResponse.Builder

  • 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.
    • 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.
    • 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.