Interface MonitoringConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MonitoringConfiguration.Builder,MonitoringConfiguration>, SdkBuilder<MonitoringConfiguration.Builder,MonitoringConfiguration>, SdkPojo
Enclosing class:
MonitoringConfiguration

public static interface MonitoringConfiguration.Builder extends SdkPojo, CopyableBuilder<MonitoringConfiguration.Builder,MonitoringConfiguration>
  • Method Details

    • 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

      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:
    • 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

      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:
    • 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

      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: