Interface MonitoringConfigurationUpdate.Builder

  • Method Details

    • 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 CUSTOM in order to set the LogLevel or MetricsLevel parameters.

      Parameters:
      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 the LogLevel or MetricsLevel 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 the LogLevel or MetricsLevel parameters.

      Parameters:
      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 the LogLevel or MetricsLevel parameters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • metricsLevelUpdate

      MonitoringConfigurationUpdate.Builder metricsLevelUpdate(String 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. The Parallelism 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

      MonitoringConfigurationUpdate.Builder metricsLevelUpdate(MetricsLevel 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. The Parallelism 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

      MonitoringConfigurationUpdate.Builder logLevelUpdate(String 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

      MonitoringConfigurationUpdate.Builder logLevelUpdate(LogLevel 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: