Interface AwsRdsPendingCloudWatchLogsExports.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRdsPendingCloudWatchLogsExports.Builder,AwsRdsPendingCloudWatchLogsExports>,SdkBuilder<AwsRdsPendingCloudWatchLogsExports.Builder,AwsRdsPendingCloudWatchLogsExports>,SdkPojo
- Enclosing class:
- AwsRdsPendingCloudWatchLogsExports
public static interface AwsRdsPendingCloudWatchLogsExports.Builder extends SdkPojo, CopyableBuilder<AwsRdsPendingCloudWatchLogsExports.Builder,AwsRdsPendingCloudWatchLogsExports>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsPendingCloudWatchLogsExports.BuilderlogTypesToDisable(String... logTypesToDisable)A list of log types that are being disabled.AwsRdsPendingCloudWatchLogsExports.BuilderlogTypesToDisable(Collection<String> logTypesToDisable)A list of log types that are being disabled.AwsRdsPendingCloudWatchLogsExports.BuilderlogTypesToEnable(String... logTypesToEnable)A list of log types that are being enabled.AwsRdsPendingCloudWatchLogsExports.BuilderlogTypesToEnable(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, sdkFields
-
-
-
-
Method Detail
-
logTypesToEnable
AwsRdsPendingCloudWatchLogsExports.Builder logTypesToEnable(Collection<String> 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
AwsRdsPendingCloudWatchLogsExports.Builder logTypesToEnable(String... 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
AwsRdsPendingCloudWatchLogsExports.Builder logTypesToDisable(Collection<String> 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
AwsRdsPendingCloudWatchLogsExports.Builder logTypesToDisable(String... 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.
-
-