Interface MetricProcessingConfig.Builder

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

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

    • computeLocation

      MetricProcessingConfig.Builder computeLocation(String computeLocation)

      The compute location for the given metric property.

      Parameters:
      computeLocation - The compute location for the given metric property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • computeLocation

      MetricProcessingConfig.Builder computeLocation(ComputeLocation computeLocation)

      The compute location for the given metric property.

      Parameters:
      computeLocation - The compute location for the given metric property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: