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