Uses of Interface
software.amazon.awssdk.services.quicksight.model.GrowthRateComputation.Builder
-
Packages that use GrowthRateComputation.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GrowthRateComputation.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GrowthRateComputation.Builder Modifier and Type Method Description static GrowthRateComputation.BuilderGrowthRateComputation. builder()GrowthRateComputation.BuilderGrowthRateComputation.Builder. computationId(String computationId)The ID for a computation.GrowthRateComputation.BuilderGrowthRateComputation.Builder. name(String name)The name of a computation.GrowthRateComputation.BuilderGrowthRateComputation.Builder. periodSize(Integer periodSize)The period size setup of a growth rate computation.default GrowthRateComputation.BuilderGrowthRateComputation.Builder. time(Consumer<DimensionField.Builder> time)The time field that is used in a computation.GrowthRateComputation.BuilderGrowthRateComputation.Builder. time(DimensionField time)The time field that is used in a computation.GrowthRateComputation.BuilderGrowthRateComputation. toBuilder()default GrowthRateComputation.BuilderGrowthRateComputation.Builder. value(Consumer<MeasureField.Builder> value)The value field that is used in a computation.GrowthRateComputation.BuilderGrowthRateComputation.Builder. value(MeasureField value)The value field that is used in a computation.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GrowthRateComputation.Builder Modifier and Type Method Description static Class<? extends GrowthRateComputation.Builder>GrowthRateComputation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GrowthRateComputation.Builder Modifier and Type Method Description default Computation.BuilderComputation.Builder. growthRate(Consumer<GrowthRateComputation.Builder> growthRate)The growth rate computation configuration.
-