public static interface CloudwatchLogsExportConfiguration.Builder extends SdkPojo, CopyableBuilder<CloudwatchLogsExportConfiguration.Builder,CloudwatchLogsExportConfiguration>
Modifier and Type | Method and Description |
---|---|
CloudwatchLogsExportConfiguration.Builder |
disableLogTypes(Collection<String> disableLogTypes)
The list of log types to disable.
|
CloudwatchLogsExportConfiguration.Builder |
disableLogTypes(String... disableLogTypes)
The list of log types to disable.
|
CloudwatchLogsExportConfiguration.Builder |
enableLogTypes(Collection<String> enableLogTypes)
The list of log types to enable.
|
CloudwatchLogsExportConfiguration.Builder |
enableLogTypes(String... enableLogTypes)
The list of log types to enable.
|
copy
applyMutation, build
CloudwatchLogsExportConfiguration.Builder enableLogTypes(Collection<String> enableLogTypes)
The list of log types to enable.
enableLogTypes
- The list of log types to enable.CloudwatchLogsExportConfiguration.Builder enableLogTypes(String... enableLogTypes)
The list of log types to enable.
enableLogTypes
- The list of log types to enable.CloudwatchLogsExportConfiguration.Builder disableLogTypes(Collection<String> disableLogTypes)
The list of log types to disable.
disableLogTypes
- The list of log types to disable.CloudwatchLogsExportConfiguration.Builder disableLogTypes(String... disableLogTypes)
The list of log types to disable.
disableLogTypes
- The list of log types to disable.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.