Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.Range.Builder
-
Packages that use Range.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Range.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Range.Builder Modifier and Type Method Description static Range.BuilderRange. builder()Range.BuilderRange. toBuilder()Range.BuilderRange.Builder. unit(String unit)The unit of time.Range.BuilderRange.Builder. unit(Unit unit)The unit of time.Range.BuilderRange.Builder. value(Integer value)The amount of time of the specified unit.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Range.Builder Modifier and Type Method Description static Class<? extends Range.Builder>Range. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type Range.Builder Modifier and Type Method Description default Conditions.BuilderConditions.Builder. range(Consumer<Range.Builder> range)The relative time period over which data is included in the aggregation.
-