public static interface PendingCloudwatchLogsExports.Builder extends SdkPojo, CopyableBuilder<PendingCloudwatchLogsExports.Builder,PendingCloudwatchLogsExports>
Modifier and Type | Method and Description |
---|---|
PendingCloudwatchLogsExports.Builder |
logTypesToDisable(Collection<String> logTypesToDisable)
Log types that are in the process of being enabled.
|
PendingCloudwatchLogsExports.Builder |
logTypesToDisable(String... logTypesToDisable)
Log types that are in the process of being enabled.
|
PendingCloudwatchLogsExports.Builder |
logTypesToEnable(Collection<String> logTypesToEnable)
Log types that are in the process of being deactivated.
|
PendingCloudwatchLogsExports.Builder |
logTypesToEnable(String... logTypesToEnable)
Log types that are in the process of being deactivated.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
logTypesToEnable
- Log types that are in the process of being deactivated. After they are deactivated, these log types
aren't exported to CloudWatch Logs.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.
logTypesToEnable
- Log types that are in the process of being deactivated. After they are deactivated, these log types
aren't exported to CloudWatch Logs.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.
logTypesToDisable
- Log types that are in the process of being enabled. After they are enabled, these log types are
exported to CloudWatch Logs.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.
logTypesToDisable
- Log types that are in the process of being enabled. After they are enabled, these log types are
exported to CloudWatch Logs.Copyright © 2023. All rights reserved.