Interface LogConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LogConfiguration.Builder,LogConfiguration>, SdkBuilder<LogConfiguration.Builder,LogConfiguration>, SdkPojo
Enclosing class:
LogConfiguration

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

    • 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

      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.