Interface GetConsoleOutputResponse.Builder

    • Method Detail

      • 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

        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.

        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

        GetConsoleOutputResponse.Builder timestamp​(Instant 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.