public static interface DimensionContribution.Builder extends SdkPojo, CopyableBuilder<DimensionContribution.Builder,DimensionContribution>
| Modifier and Type | Method and Description |
|---|---|
DimensionContribution.Builder |
dimensionName(String dimensionName)
The name of the dimension.
|
DimensionContribution.Builder |
dimensionValueContributionList(Collection<DimensionValueContribution> dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
|
DimensionContribution.Builder |
dimensionValueContributionList(Consumer<DimensionValueContribution.Builder>... dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
|
DimensionContribution.Builder |
dimensionValueContributionList(DimensionValueContribution... dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDimensionContribution.Builder dimensionName(String dimensionName)
The name of the dimension.
dimensionName - The name of the dimension.DimensionContribution.Builder dimensionValueContributionList(Collection<DimensionValueContribution> dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
dimensionValueContributionList - A list of dimension values that contributed to the anomaly.DimensionContribution.Builder dimensionValueContributionList(DimensionValueContribution... dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
dimensionValueContributionList - A list of dimension values that contributed to the anomaly.DimensionContribution.Builder dimensionValueContributionList(Consumer<DimensionValueContribution.Builder>... dimensionValueContributionList)
A list of dimension values that contributed to the anomaly.
This is a convenience method that creates an instance of theDimensionValueContribution.Builder avoiding the
need to create one manually via
DimensionValueContribution.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #dimensionValueContributionList(List.
dimensionValueContributionList - a consumer that will call methods on
DimensionValueContribution.Builder#dimensionValueContributionList(java.util.Collection) Copyright © 2023. All rights reserved.