Interface AwsRdsPendingCloudWatchLogsExports.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRdsPendingCloudWatchLogsExports.Builder,
,AwsRdsPendingCloudWatchLogsExports> SdkBuilder<AwsRdsPendingCloudWatchLogsExports.Builder,
,AwsRdsPendingCloudWatchLogsExports> SdkPojo
- Enclosing class:
AwsRdsPendingCloudWatchLogsExports
@Mutable
@NotThreadSafe
public static interface AwsRdsPendingCloudWatchLogsExports.Builder
extends SdkPojo, CopyableBuilder<AwsRdsPendingCloudWatchLogsExports.Builder,AwsRdsPendingCloudWatchLogsExports>
-
Method Summary
Modifier and TypeMethodDescriptionlogTypesToDisable
(String... logTypesToDisable) A list of log types that are being disabled.logTypesToDisable
(Collection<String> logTypesToDisable) A list of log types that are being disabled.logTypesToEnable
(String... logTypesToEnable) A list of log types that are being enabled.logTypesToEnable
(Collection<String> logTypesToEnable) A list of log types that are being enabled.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 Details
-
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
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
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
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.
-