| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static WhatIfPointScenario.Builder |
WhatIfPointScenario.builder() |
WhatIfPointScenario.Builder |
WhatIfPointScenario.Builder.date(Instant date)
The date that you need the forecast results for.
|
WhatIfPointScenario.Builder |
WhatIfPointScenario.toBuilder() |
WhatIfPointScenario.Builder |
WhatIfPointScenario.Builder.value(Double value)
The target value that you want to meet for the provided date.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WhatIfPointScenario.Builder> |
WhatIfPointScenario.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ForecastScenario.Builder |
ForecastScenario.Builder.whatIfPointScenario(Consumer<WhatIfPointScenario.Builder> whatIfPointScenario)
The what-if analysis forecast setup with the target date.
|
Copyright © 2023. All rights reserved.