Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.Threshold.Builder
-
Packages that use Threshold.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Threshold.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Threshold.Builder Modifier and Type Method Description static Threshold.BuilderThreshold. builder()Threshold.BuilderThreshold.Builder. operator(String operator)The operator of the threshold.Threshold.BuilderThreshold.Builder. operator(Operator operator)The operator of the threshold.Threshold.BuilderThreshold. toBuilder()Threshold.BuilderThreshold.Builder. value(String value)The value of the threshold.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Threshold.Builder Modifier and Type Method Description static Class<? extends Threshold.Builder>Threshold. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type Threshold.Builder Modifier and Type Method Description default Conditions.BuilderConditions.Builder. threshold(Consumer<Threshold.Builder> threshold)The threshold for the calculated attribute.
-