Interface MonitoringConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MonitoringConfiguration.Builder,,- MonitoringConfiguration> - SdkBuilder<MonitoringConfiguration.Builder,,- MonitoringConfiguration> - SdkPojo
- Enclosing class:
- MonitoringConfiguration
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
configurationTypeDescribes whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOMin order to set theLogLevelorMetricsLevelparameters.- Parameters:
- configurationType- Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to- CUSTOMin order to set the- LogLevelor- MetricsLevelparameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
configurationTypeDescribes whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOMin order to set theLogLevelorMetricsLevelparameters.- Parameters:
- configurationType- Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to- CUSTOMin order to set the- LogLevelor- MetricsLevelparameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metricsLevelDescribes the granularity of the CloudWatch Logs for an application. The Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs.- Parameters:
- metricsLevel- Describes the granularity of the CloudWatch Logs for an application. The- Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metricsLevelDescribes the granularity of the CloudWatch Logs for an application. The Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs.- Parameters:
- metricsLevel- Describes the granularity of the CloudWatch Logs for an application. The- Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
logLevelDescribes 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:
 
- 
logLevelDescribes 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:
 
 
-