Interface DimensionValueContribution.Builder

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

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

    • dimensionValue

      DimensionValueContribution.Builder dimensionValue(String dimensionValue)

      The value of the dimension.

      Parameters:
      dimensionValue - The value of the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contributionScore

      DimensionValueContribution.Builder contributionScore(Double contributionScore)

      The severity score of the value.

      Parameters:
      contributionScore - The severity score of the value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.