Interface CloudwatchLogsExportConfiguration.Builder

  • Method Details

    • enableLogTypes

      The list of log types to enable.

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

      CloudwatchLogsExportConfiguration.Builder enableLogTypes(String... enableLogTypes)

      The list of log types to enable.

      Parameters:
      enableLogTypes - The list of log types to enable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • disableLogTypes

      CloudwatchLogsExportConfiguration.Builder disableLogTypes(Collection<String> disableLogTypes)

      The list of log types to disable.

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

      CloudwatchLogsExportConfiguration.Builder disableLogTypes(String... disableLogTypes)

      The list of log types to disable.

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