Interface FrequencyThresholdAccessor.FrequencyThresholdBuilder<B extends FrequencyThresholdAccessor.FrequencyThresholdBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
FrequencyThresholdAccessor

public static interface FrequencyThresholdAccessor.FrequencyThresholdBuilder<B extends FrequencyThresholdAccessor.FrequencyThresholdBuilder<B>>
Provides a builder method for a frequency threshold property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the frequency threshold for the frequency threshold property.
  • Method Details

    • withFrequencyThreshold

      B withFrequencyThreshold(FrequencyThreshold aFrequencyThreshold)
      Sets the frequency threshold for the frequency threshold property.
      Parameters:
      aFrequencyThreshold - The frequency threshold to be stored by the frequency threshold property.
      Returns:
      The builder for applying multiple build operations.