Interface LogConfigurationForChannel.Builder

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

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

    • logTypesWithStrings

      LogConfigurationForChannel.Builder logTypesWithStrings(Collection<String> logTypes)

      The log types.

      Parameters:
      logTypes - The log types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypesWithStrings

      LogConfigurationForChannel.Builder logTypesWithStrings(String... logTypes)

      The log types.

      Parameters:
      logTypes - The log types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypes

      The log types.

      Parameters:
      logTypes - The log types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypes

      The log types.

      Parameters:
      logTypes - The log types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.