Interface DimensionKeyDescription.Builder

    • Method Detail

      • dimensions

        DimensionKeyDescription.Builder dimensions​(Map<String,​String> 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

        DimensionKeyDescription.Builder total​(Double 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

        DimensionKeyDescription.Builder partitions​(Collection<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.
      • 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.