Interface WhatIfRangeScenario.Builder

    • Method Detail

      • startDate

        WhatIfRangeScenario.Builder startDate​(Instant startDate)

        The start date in the date range that you need the forecast results for.

        Parameters:
        startDate - The start date in the date range that you need the forecast results for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDate

        WhatIfRangeScenario.Builder endDate​(Instant endDate)

        The end date in the date range that you need the forecast results for.

        Parameters:
        endDate - The end date in the date range that you need the forecast results for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        WhatIfRangeScenario.Builder value​(Double value)

        The target value that you want to meet for the provided date range.

        Parameters:
        value - The target value that you want to meet for the provided date range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.