Interface MonitoringConfiguration.Builder

    • Method Detail

      • configurationType

        MonitoringConfiguration.Builder configurationType​(String configurationType)

        Describes 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:
        configurationType - Describes 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:
        ConfigurationType, ConfigurationType
      • configurationType

        MonitoringConfiguration.Builder configurationType​(ConfigurationType configurationType)

        Describes 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:
        configurationType - Describes 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:
        ConfigurationType, ConfigurationType
      • metricsLevel

        MonitoringConfiguration.Builder metricsLevel​(String metricsLevel)

        Describes 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:
        metricsLevel - Describes 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:
        MetricsLevel, MetricsLevel
      • metricsLevel

        MonitoringConfiguration.Builder metricsLevel​(MetricsLevel metricsLevel)

        Describes 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:
        metricsLevel - Describes 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:
        MetricsLevel, MetricsLevel
      • logLevel

        MonitoringConfiguration.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

        MonitoringConfiguration.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