Interface MonitoringConfigurationDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitoringConfigurationDescription.Builder,
,MonitoringConfigurationDescription> SdkBuilder<MonitoringConfigurationDescription.Builder,
,MonitoringConfigurationDescription> SdkPojo
- Enclosing class:
MonitoringConfigurationDescription
public static interface MonitoringConfigurationDescription.Builder
extends SdkPojo, CopyableBuilder<MonitoringConfigurationDescription.Builder,MonitoringConfigurationDescription>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationType
(String configurationType) Describes whether to use the default CloudWatch logging configuration for an application.configurationType
(ConfigurationType configurationType) Describes whether to use the default CloudWatch logging configuration for an application.Describes the verbosity of the CloudWatch Logs for an application.Describes the verbosity of the CloudWatch Logs for an application.metricsLevel
(String metricsLevel) Describes the granularity of the CloudWatch Logs for an application.metricsLevel
(MetricsLevel metricsLevel) Describes the granularity of the CloudWatch Logs for an application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
configurationType
Describes whether to use the default CloudWatch logging configuration for an application.
- Parameters:
configurationType
- Describes whether to use the default CloudWatch logging configuration for an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationType
Describes whether to use the default CloudWatch logging configuration for an application.
- Parameters:
configurationType
- Describes whether to use the default CloudWatch logging configuration for an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricsLevel
Describes the granularity of the CloudWatch Logs for an application.
- Parameters:
metricsLevel
- Describes the granularity of the CloudWatch Logs for an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metricsLevel
Describes the granularity of the CloudWatch Logs for an application.
- Parameters:
metricsLevel
- Describes the granularity of the CloudWatch Logs for an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logLevel
Describes the verbosity of the CloudWatch Logs for an application.
- Parameters:
logLevel
- Describes the verbosity of the CloudWatch Logs for an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logLevel
Describes the verbosity of the CloudWatch Logs for an application.
- Parameters:
logLevel
- Describes the verbosity of the CloudWatch Logs for an application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-