Interface DimensionContribution.Builder

    • Method Detail

      • dimensionName

        DimensionContribution.Builder dimensionName​(String dimensionName)

        The name of the dimension.

        Parameters:
        dimensionName - The name of the dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionValueContributionList

        DimensionContribution.Builder dimensionValueContributionList​(Collection<DimensionValueContribution> dimensionValueContributionList)

        A list of dimension values that contributed to the anomaly.

        Parameters:
        dimensionValueContributionList - A list of dimension values that contributed to the anomaly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionValueContributionList

        DimensionContribution.Builder dimensionValueContributionList​(DimensionValueContribution... dimensionValueContributionList)

        A list of dimension values that contributed to the anomaly.

        Parameters:
        dimensionValueContributionList - A list of dimension values that contributed to the anomaly.
        Returns:
        Returns a reference to this object so that method calls can be chained together.