Interface AutoAdjustData.Builder

    • Method Detail

      • autoAdjustType

        AutoAdjustData.Builder autoAdjustType​(String autoAdjustType)

        The string that defines whether your budget auto-adjusts based on historical or forecasted data.

        Parameters:
        autoAdjustType - The string that defines whether your budget auto-adjusts based on historical or forecasted data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoAdjustType, AutoAdjustType
      • autoAdjustType

        AutoAdjustData.Builder autoAdjustType​(AutoAdjustType autoAdjustType)

        The string that defines whether your budget auto-adjusts based on historical or forecasted data.

        Parameters:
        autoAdjustType - The string that defines whether your budget auto-adjusts based on historical or forecasted data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoAdjustType, AutoAdjustType
      • historicalOptions

        AutoAdjustData.Builder historicalOptions​(HistoricalOptions historicalOptions)

        The parameters that define or describe the historical data that your auto-adjusting budget is based on.

        Parameters:
        historicalOptions - The parameters that define or describe the historical data that your auto-adjusting budget is based on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastAutoAdjustTime

        AutoAdjustData.Builder lastAutoAdjustTime​(Instant lastAutoAdjustTime)

        The last time that your budget was auto-adjusted.

        Parameters:
        lastAutoAdjustTime - The last time that your budget was auto-adjusted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.