Interface CloudwatchLogsExportConfiguration.Builder

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

public static interface CloudwatchLogsExportConfiguration.Builder extends SdkPojo, CopyableBuilder<CloudwatchLogsExportConfiguration.Builder,CloudwatchLogsExportConfiguration>
  • 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.