Interface ContainerSummary.Builder

    • Method Detail

      • exitCode

        ContainerSummary.Builder exitCode​(Integer exitCode)

        The exit code to return upon completion.

        Parameters:
        exitCode - The exit code to return upon completion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        ContainerSummary.Builder reason​(String reason)

        A short (255 max characters) human-readable string to provide additional details for a running or stopped container.

        Parameters:
        reason - A short (255 max characters) human-readable string to provide additional details for a running or stopped container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.