Interface PendingCloudwatchLogsExports.Builder

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

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

    • 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.