public static interface MonitoringConfiguration.Builder extends SdkPojo, CopyableBuilder<MonitoringConfiguration.Builder,MonitoringConfiguration>
| Modifier and Type | Method and Description |
|---|---|
MonitoringConfiguration.Builder |
configurationType(ConfigurationType configurationType)
Describes whether to use the default CloudWatch logging configuration for an application.
|
MonitoringConfiguration.Builder |
configurationType(String configurationType)
Describes whether to use the default CloudWatch logging configuration for an application.
|
MonitoringConfiguration.Builder |
logLevel(LogLevel logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
MonitoringConfiguration.Builder |
logLevel(String logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
|
MonitoringConfiguration.Builder |
metricsLevel(MetricsLevel metricsLevel)
Describes the granularity of the CloudWatch Logs for an application.
|
MonitoringConfiguration.Builder |
metricsLevel(String metricsLevel)
Describes the granularity of the CloudWatch Logs for an application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringConfiguration.Builder configurationType(String configurationType)
Describes 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 - Describes 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,
ConfigurationTypeMonitoringConfiguration.Builder configurationType(ConfigurationType configurationType)
Describes 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 - Describes 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,
ConfigurationTypeMonitoringConfiguration.Builder metricsLevel(String metricsLevel)
Describes 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 - Describes 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,
MetricsLevelMonitoringConfiguration.Builder metricsLevel(MetricsLevel metricsLevel)
Describes 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 - Describes 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,
MetricsLevelMonitoringConfiguration.Builder logLevel(String logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
MonitoringConfiguration.Builder logLevel(LogLevel logLevel)
Describes the verbosity of the CloudWatch Logs for an application.
Copyright © 2022. All rights reserved.