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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringConfigurationUpdate.Builder configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application. You must
set this property to CUSTOM in order to set the LogLevel or
MetricsLevel parameters.
configurationTypeUpdate - Describes updates to whether to use the default CloudWatch logging configuration for an application.
You must set this property to CUSTOM in order to set the LogLevel or
MetricsLevel parameters.ConfigurationType,
ConfigurationTypeMonitoringConfigurationUpdate.Builder configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application. You must
set this property to CUSTOM in order to set the LogLevel or
MetricsLevel parameters.
configurationTypeUpdate - Describes updates to whether to use the default CloudWatch logging configuration for an application.
You must set this property to CUSTOM in order to set the LogLevel or
MetricsLevel parameters.ConfigurationType,
ConfigurationTypeMonitoringConfigurationUpdate.Builder metricsLevelUpdate(String metricsLevelUpdate)
Describes updates to the granularity of the CloudWatch Logs for an application. The Parallelism
level is not recommended for applications with a Parallelism over 64 due to excessive costs.
metricsLevelUpdate - Describes updates to the granularity of the CloudWatch Logs for an application. The
Parallelism level is not recommended for applications with a Parallelism over 64 due to
excessive costs.MetricsLevel,
MetricsLevelMonitoringConfigurationUpdate.Builder metricsLevelUpdate(MetricsLevel metricsLevelUpdate)
Describes updates to the granularity of the CloudWatch Logs for an application. The Parallelism
level is not recommended for applications with a Parallelism over 64 due to excessive costs.
metricsLevelUpdate - Describes updates to the granularity of the CloudWatch Logs for an application. The
Parallelism level is not recommended for applications with a Parallelism over 64 due to
excessive costs.MetricsLevel,
MetricsLevelMonitoringConfigurationUpdate.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 © 2022. All rights reserved.