| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ForecastScenario.Builder |
ForecastScenario.builder() |
ForecastScenario.Builder |
ForecastScenario.toBuilder() |
default ForecastScenario.Builder |
ForecastScenario.Builder.whatIfPointScenario(Consumer<WhatIfPointScenario.Builder> whatIfPointScenario)
The what-if analysis forecast setup with the target date.
|
ForecastScenario.Builder |
ForecastScenario.Builder.whatIfPointScenario(WhatIfPointScenario whatIfPointScenario)
The what-if analysis forecast setup with the target date.
|
default ForecastScenario.Builder |
ForecastScenario.Builder.whatIfRangeScenario(Consumer<WhatIfRangeScenario.Builder> whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
|
ForecastScenario.Builder |
ForecastScenario.Builder.whatIfRangeScenario(WhatIfRangeScenario whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ForecastScenario.Builder> |
ForecastScenario.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ForecastConfiguration.Builder |
ForecastConfiguration.Builder.scenario(Consumer<ForecastScenario.Builder> scenario)
The forecast scenario of a forecast in the line chart.
|
Copyright © 2023. All rights reserved.