Interface MonitoringConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>,SdkBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>,SdkPojo
- Enclosing class:
- MonitoringConfigurationUpdate
public static interface MonitoringConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<MonitoringConfigurationUpdate.Builder,MonitoringConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitoringConfigurationUpdate.BuilderconfigurationTypeUpdate(String configurationTypeUpdate)Describes updates to whether to use the default CloudWatch logging configuration for an application.MonitoringConfigurationUpdate.BuilderconfigurationTypeUpdate(ConfigurationType configurationTypeUpdate)Describes updates to whether to use the default CloudWatch logging configuration for an application.MonitoringConfigurationUpdate.BuilderlogLevelUpdate(String logLevelUpdate)Describes updates to the verbosity of the CloudWatch Logs for an application.MonitoringConfigurationUpdate.BuilderlogLevelUpdate(LogLevel logLevelUpdate)Describes updates to the verbosity of the CloudWatch Logs for an application.MonitoringConfigurationUpdate.BuildermetricsLevelUpdate(String metricsLevelUpdate)Describes updates to the granularity of the CloudWatch Logs for an application.MonitoringConfigurationUpdate.BuildermetricsLevelUpdate(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, sdkFields
-
-
-
-
Method Detail
-
configurationTypeUpdate
MonitoringConfigurationUpdate.Builder configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property to
CUSTOMin order to set theLogLevelorMetricsLevelparameters.- Parameters:
configurationTypeUpdate- Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property toCUSTOMin order to set theLogLevelorMetricsLevelparameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationType,ConfigurationType
-
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
CUSTOMin order to set theLogLevelorMetricsLevelparameters.- Parameters:
configurationTypeUpdate- Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property toCUSTOMin order to set theLogLevelorMetricsLevelparameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConfigurationType,ConfigurationType
-
metricsLevelUpdate
MonitoringConfigurationUpdate.Builder metricsLevelUpdate(String metricsLevelUpdate)
Describes updates to 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:
metricsLevelUpdate- Describes updates to the granularity of the CloudWatch Logs for an application. TheParallelismlevel 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:
MetricsLevel,MetricsLevel
-
metricsLevelUpdate
MonitoringConfigurationUpdate.Builder metricsLevelUpdate(MetricsLevel metricsLevelUpdate)
Describes updates to 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:
metricsLevelUpdate- Describes updates to the granularity of the CloudWatch Logs for an application. TheParallelismlevel 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:
MetricsLevel,MetricsLevel
-
logLevelUpdate
MonitoringConfigurationUpdate.Builder logLevelUpdate(String logLevelUpdate)
Describes updates to the verbosity of the CloudWatch Logs for an application.
-
logLevelUpdate
MonitoringConfigurationUpdate.Builder logLevelUpdate(LogLevel logLevelUpdate)
Describes updates to the verbosity of the CloudWatch Logs for an application.
-
-