Interface TimeSeriesTransformation.Builder

    • Method Detail

      • action

        TimeSeriesTransformation.Builder action​(Action action)

        An array of actions that define a time series and how it is transformed. These transformations create a new time series that is used for the what-if analysis.

        Parameters:
        action - An array of actions that define a time series and how it is transformed. These transformations create a new time series that is used for the what-if analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeSeriesConditions

        TimeSeriesTransformation.Builder timeSeriesConditions​(Collection<TimeSeriesCondition> timeSeriesConditions)

        An array of conditions that define which members of the related time series are transformed.

        Parameters:
        timeSeriesConditions - An array of conditions that define which members of the related time series are transformed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeSeriesConditions

        TimeSeriesTransformation.Builder timeSeriesConditions​(TimeSeriesCondition... timeSeriesConditions)

        An array of conditions that define which members of the related time series are transformed.

        Parameters:
        timeSeriesConditions - An array of conditions that define which members of the related time series are transformed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.