Interface LogConfiguration.Builder

    • Method Detail

      • error

        LogConfiguration.Builder error​(String error)

        The log configuration error details.

        Parameters:
        error - The log configuration error details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logDriver

        LogConfiguration.Builder logDriver​(String logDriver)

        The log drivers for worker related logs.

        Parameters:
        logDriver - The log drivers for worker related logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • options

        LogConfiguration.Builder options​(Map<String,​String> options)

        The options for a log driver.

        Parameters:
        options - The options for a log driver.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        LogConfiguration.Builder parameters​(Map<String,​String> parameters)

        The parameters for the log configuration.

        Parameters:
        parameters - The parameters for the log configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.