public static interface MonitoringConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>
Modifier and Type | Method and Description |
---|---|
MonitoringConfigurationUpdate.Builder |
configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application.
|
MonitoringConfigurationUpdate.Builder |
configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application.
|
MonitoringConfigurationUpdate.Builder |
logLevelUpdate(LogLevel logLevelUpdate)
Describes updates to the verbosity of the CloudWatch Logs for an application.
|
MonitoringConfigurationUpdate.Builder |
logLevelUpdate(String logLevelUpdate)
Describes updates to the verbosity of the CloudWatch Logs for an application.
|
MonitoringConfigurationUpdate.Builder |
metricsLevelUpdate(MetricsLevel metricsLevelUpdate)
Describes updates to the granularity of the CloudWatch Logs for an application.
|
MonitoringConfigurationUpdate.Builder |
metricsLevelUpdate(String metricsLevelUpdate)
Describes updates to the granularity of the CloudWatch Logs for an application.
|
copy
applyMutation, build
MonitoringConfigurationUpdate.Builder configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application.
configurationTypeUpdate
- Describes updates to whether to use the default CloudWatch logging configuration for an application.ConfigurationType
,
ConfigurationType
MonitoringConfigurationUpdate.Builder configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application.
configurationTypeUpdate
- Describes updates to whether to use the default CloudWatch logging configuration for an application.ConfigurationType
,
ConfigurationType
MonitoringConfigurationUpdate.Builder metricsLevelUpdate(String metricsLevelUpdate)
Describes updates to the granularity of the CloudWatch Logs for an application.
metricsLevelUpdate
- Describes updates to the granularity of the CloudWatch Logs for an application.MetricsLevel
,
MetricsLevel
MonitoringConfigurationUpdate.Builder metricsLevelUpdate(MetricsLevel metricsLevelUpdate)
Describes updates to the granularity of the CloudWatch Logs for an application.
metricsLevelUpdate
- Describes updates to the granularity of the CloudWatch Logs for an application.MetricsLevel
,
MetricsLevel
MonitoringConfigurationUpdate.Builder logLevelUpdate(String logLevelUpdate)
Describes updates to the verbosity of the CloudWatch Logs for an application.
MonitoringConfigurationUpdate.Builder logLevelUpdate(LogLevel logLevelUpdate)
Describes updates to the verbosity of the CloudWatch Logs for an application.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.