| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static GrowthRateComputation.Builder |
GrowthRateComputation.builder() |
GrowthRateComputation.Builder |
GrowthRateComputation.Builder.computationId(String computationId)
The ID for a computation.
|
GrowthRateComputation.Builder |
GrowthRateComputation.Builder.name(String name)
The name of a computation.
|
GrowthRateComputation.Builder |
GrowthRateComputation.Builder.periodSize(Integer periodSize)
The period size setup of a growth rate computation.
|
default GrowthRateComputation.Builder |
GrowthRateComputation.Builder.time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
|
GrowthRateComputation.Builder |
GrowthRateComputation.Builder.time(DimensionField time)
The time field that is used in a computation.
|
GrowthRateComputation.Builder |
GrowthRateComputation.toBuilder() |
default GrowthRateComputation.Builder |
GrowthRateComputation.Builder.value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
|
GrowthRateComputation.Builder |
GrowthRateComputation.Builder.value(MeasureField value)
The value field that is used in a computation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GrowthRateComputation.Builder> |
GrowthRateComputation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Computation.Builder |
Computation.Builder.growthRate(Consumer<GrowthRateComputation.Builder> growthRate)
The growth rate computation configuration.
|
Copyright © 2023. All rights reserved.