Interface MonitoringConfigurationDescription.Builder

    • Method Detail

      • configurationType

        MonitoringConfigurationDescription.Builder configurationType​(String 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, ConfigurationType
      • configurationType

        MonitoringConfigurationDescription.Builder configurationType​(ConfigurationType 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, ConfigurationType
      • metricsLevel

        MonitoringConfigurationDescription.Builder metricsLevel​(String 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, MetricsLevel
      • metricsLevel

        MonitoringConfigurationDescription.Builder metricsLevel​(MetricsLevel 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, MetricsLevel
      • logLevel

        MonitoringConfigurationDescription.Builder logLevel​(String 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, LogLevel
      • logLevel

        MonitoringConfigurationDescription.Builder logLevel​(LogLevel 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, LogLevel