@Generated(value="software.amazon.awssdk:codegen") public final class CloudwatchLogsExportConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudwatchLogsExportConfiguration.Builder,CloudwatchLogsExportConfiguration>
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance or DB cluster.
Modifier and Type | Class and Description |
---|---|
static interface |
CloudwatchLogsExportConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static CloudwatchLogsExportConfiguration.Builder |
builder() |
List<String> |
disableLogTypes()
The list of log types to disable.
|
List<String> |
enableLogTypes()
The list of log types to enable.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CloudwatchLogsExportConfiguration.Builder> |
serializableBuilderClass() |
CloudwatchLogsExportConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<String> enableLogTypes()
The list of log types to enable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> disableLogTypes()
The list of log types to disable.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CloudwatchLogsExportConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CloudwatchLogsExportConfiguration.Builder,CloudwatchLogsExportConfiguration>
public static CloudwatchLogsExportConfiguration.Builder builder()
public static Class<? extends CloudwatchLogsExportConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.