Interface MonitoringConfigurationUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitoringConfigurationUpdate.Builder,
,MonitoringConfigurationUpdate> SdkBuilder<MonitoringConfigurationUpdate.Builder,
,MonitoringConfigurationUpdate> SdkPojo
- Enclosing class:
MonitoringConfigurationUpdate
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationTypeUpdate
(String configurationTypeUpdate) Describes updates to whether to use the default CloudWatch logging configuration for an application.configurationTypeUpdate
(ConfigurationType configurationTypeUpdate) Describes updates to whether to use the default CloudWatch logging configuration for an application.logLevelUpdate
(String logLevelUpdate) Describes updates to the verbosity of the CloudWatch Logs for an application.logLevelUpdate
(LogLevel logLevelUpdate) Describes updates to the verbosity of the CloudWatch Logs for an application.metricsLevelUpdate
(String metricsLevelUpdate) Describes updates to the granularity of the CloudWatch Logs for an application.metricsLevelUpdate
(MetricsLevel metricsLevelUpdate) Describes updates to 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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 theLogLevel
orMetricsLevel
parameters.- Parameters:
configurationTypeUpdate
- Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property toCUSTOM
in order to set theLogLevel
orMetricsLevel
parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationTypeUpdate
MonitoringConfigurationUpdate.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 theLogLevel
orMetricsLevel
parameters.- Parameters:
configurationTypeUpdate
- Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property toCUSTOM
in order to set theLogLevel
orMetricsLevel
parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
metricsLevelUpdate
- Describes updates to the granularity of the CloudWatch Logs for an application. TheParallelism
level 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:
-
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.- Parameters:
metricsLevelUpdate
- Describes updates to the granularity of the CloudWatch Logs for an application. TheParallelism
level 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:
-
logLevelUpdate
Describes updates to the verbosity of the CloudWatch Logs for an application.
- Parameters:
logLevelUpdate
- Describes updates to 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:
-
logLevelUpdate
Describes updates to the verbosity of the CloudWatch Logs for an application.
- Parameters:
logLevelUpdate
- Describes updates to 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:
-