Interface AwsRdsPendingCloudWatchLogsExports.Builder

  • Method Details

    • logTypesToEnable

      AwsRdsPendingCloudWatchLogsExports.Builder logTypesToEnable(Collection<String> logTypesToEnable)

      A list of log types that are being enabled.

      Parameters:
      logTypesToEnable - A list of log types that are being enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypesToEnable

      AwsRdsPendingCloudWatchLogsExports.Builder logTypesToEnable(String... logTypesToEnable)

      A list of log types that are being enabled.

      Parameters:
      logTypesToEnable - A list of log types that are being enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypesToDisable

      AwsRdsPendingCloudWatchLogsExports.Builder logTypesToDisable(Collection<String> logTypesToDisable)

      A list of log types that are being disabled.

      Parameters:
      logTypesToDisable - A list of log types that are being disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypesToDisable

      AwsRdsPendingCloudWatchLogsExports.Builder logTypesToDisable(String... logTypesToDisable)

      A list of log types that are being disabled.

      Parameters:
      logTypesToDisable - A list of log types that are being disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.