Uses of Interface
software.amazon.awssdk.services.quicksight.model.WhatIfRangeScenario.Builder
-
Packages that use WhatIfRangeScenario.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of WhatIfRangeScenario.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return WhatIfRangeScenario.Builder Modifier and Type Method Description static WhatIfRangeScenario.BuilderWhatIfRangeScenario. builder()WhatIfRangeScenario.BuilderWhatIfRangeScenario.Builder. endDate(Instant endDate)The end date in the date range that you need the forecast results for.WhatIfRangeScenario.BuilderWhatIfRangeScenario.Builder. startDate(Instant startDate)The start date in the date range that you need the forecast results for.WhatIfRangeScenario.BuilderWhatIfRangeScenario. toBuilder()WhatIfRangeScenario.BuilderWhatIfRangeScenario.Builder. value(Double value)The target value that you want to meet for the provided date range.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type WhatIfRangeScenario.Builder Modifier and Type Method Description static Class<? extends WhatIfRangeScenario.Builder>WhatIfRangeScenario. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type WhatIfRangeScenario.Builder Modifier and Type Method Description default ForecastScenario.BuilderForecastScenario.Builder. whatIfRangeScenario(Consumer<WhatIfRangeScenario.Builder> whatIfRangeScenario)The what-if analysis forecast setup with the date range.
-