Interface PendingCloudwatchLogsExports.Builder

    • Method Detail

      • logTypesToEnable

        PendingCloudwatchLogsExports.Builder logTypesToEnable​(Collection<String> logTypesToEnable)

        Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

        Parameters:
        logTypesToEnable - Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logTypesToEnable

        PendingCloudwatchLogsExports.Builder logTypesToEnable​(String... logTypesToEnable)

        Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

        Parameters:
        logTypesToEnable - Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logTypesToDisable

        PendingCloudwatchLogsExports.Builder logTypesToDisable​(Collection<String> logTypesToDisable)

        Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

        Parameters:
        logTypesToDisable - Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logTypesToDisable

        PendingCloudwatchLogsExports.Builder logTypesToDisable​(String... logTypesToDisable)

        Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

        Parameters:
        logTypesToDisable - Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.