public static interface Conditions.Builder extends SdkPojo, CopyableBuilder<Conditions.Builder,Conditions>
| Modifier and Type | Method and Description |
|---|---|
Conditions.Builder |
objectCount(Integer objectCount)
The number of profile objects used for the calculated attribute.
|
default Conditions.Builder |
range(Consumer<Range.Builder> range)
The relative time period over which data is included in the aggregation.
|
Conditions.Builder |
range(Range range)
The relative time period over which data is included in the aggregation.
|
default Conditions.Builder |
threshold(Consumer<Threshold.Builder> threshold)
The threshold for the calculated attribute.
|
Conditions.Builder |
threshold(Threshold threshold)
The threshold for the calculated attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConditions.Builder range(Range range)
The relative time period over which data is included in the aggregation.
range - The relative time period over which data is included in the aggregation.default Conditions.Builder range(Consumer<Range.Builder> range)
The relative time period over which data is included in the aggregation.
This is a convenience method that creates an instance of theRange.Builder avoiding the need to
create one manually via Range.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to range(Range).
range - a consumer that will call methods on Range.Builderrange(Range)Conditions.Builder objectCount(Integer objectCount)
The number of profile objects used for the calculated attribute.
objectCount - The number of profile objects used for the calculated attribute.Conditions.Builder threshold(Threshold threshold)
The threshold for the calculated attribute.
threshold - The threshold for the calculated attribute.default Conditions.Builder threshold(Consumer<Threshold.Builder> threshold)
The threshold for the calculated attribute.
This is a convenience method that creates an instance of theThreshold.Builder avoiding the need to
create one manually via Threshold.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to threshold(Threshold).
threshold - a consumer that will call methods on Threshold.Builderthreshold(Threshold)Copyright © 2023. All rights reserved.