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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingCloudwatchLogsExports.BuilderlogTypesToDisable(String... logTypesToDisable)Log types that are in the process of being enabled.PendingCloudwatchLogsExports.BuilderlogTypesToDisable(Collection<String> logTypesToDisable)Log types that are in the process of being enabled.PendingCloudwatchLogsExports.BuilderlogTypesToEnable(String... logTypesToEnable)Log types that are in the process of being deactivated.PendingCloudwatchLogsExports.BuilderlogTypesToEnable(Collection<String> logTypesToEnable)Log types that are in the process of being deactivated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-