Interface DimensionKeyDescription.Builder

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

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

    • dimensions

      A map of name-value pairs for the dimensions in the group.

      Parameters:
      dimensions - A map of name-value pairs for the dimensions in the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • total

      The aggregated metric value for the dimensions, over the requested time range.

      Parameters:
      total - The aggregated metric value for the dimensions, over the requested time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalMetrics

      DimensionKeyDescription.Builder additionalMetrics(Map<String,Double> additionalMetrics)

      A map that contains the value for each additional metric.

      Parameters:
      additionalMetrics - A map that contains the value for each additional metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partitions

      If PartitionBy was specified, PartitionKeys contains the dimensions that were.

      Parameters:
      partitions - If PartitionBy was specified, PartitionKeys contains the dimensions that were.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partitions

      DimensionKeyDescription.Builder partitions(Double... partitions)

      If PartitionBy was specified, PartitionKeys contains the dimensions that were.

      Parameters:
      partitions - If PartitionBy was specified, PartitionKeys contains the dimensions that were.
      Returns:
      Returns a reference to this object so that method calls can be chained together.