Uses of Interface
software.amazon.awssdk.services.databrew.model.Threshold.Builder
-
Packages that use Threshold.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of Threshold.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return Threshold.Builder Modifier and Type Method Description static Threshold.BuilderThreshold. builder()Threshold.BuilderThreshold. toBuilder()Threshold.BuilderThreshold.Builder. type(String type)The type of a threshold.Threshold.BuilderThreshold.Builder. type(ThresholdType type)The type of a threshold.Threshold.BuilderThreshold.Builder. unit(String unit)Unit of threshold value.Threshold.BuilderThreshold.Builder. unit(ThresholdUnit unit)Unit of threshold value.Threshold.BuilderThreshold.Builder. value(Double value)The value of a threshold.Methods in software.amazon.awssdk.services.databrew.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.databrew.model with type arguments of type Threshold.Builder Modifier and Type Method Description default Rule.BuilderRule.Builder. threshold(Consumer<Threshold.Builder> threshold)The threshold used with a non-aggregate check expression.
-