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