public static interface AutoAdjustData.Builder extends SdkPojo, CopyableBuilder<AutoAdjustData.Builder,AutoAdjustData>
| Modifier and Type | Method and Description |
|---|---|
AutoAdjustData.Builder |
autoAdjustType(AutoAdjustType autoAdjustType)
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
|
AutoAdjustData.Builder |
autoAdjustType(String autoAdjustType)
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
|
default AutoAdjustData.Builder |
historicalOptions(Consumer<HistoricalOptions.Builder> historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
AutoAdjustData.Builder |
historicalOptions(HistoricalOptions historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
AutoAdjustData.Builder |
lastAutoAdjustTime(Instant lastAutoAdjustTime)
The last time that your budget was auto-adjusted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoAdjustData.Builder autoAdjustType(String autoAdjustType)
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
autoAdjustType - The string that defines whether your budget auto-adjusts based on historical or forecasted data.AutoAdjustType,
AutoAdjustTypeAutoAdjustData.Builder autoAdjustType(AutoAdjustType autoAdjustType)
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
autoAdjustType - The string that defines whether your budget auto-adjusts based on historical or forecasted data.AutoAdjustType,
AutoAdjustTypeAutoAdjustData.Builder historicalOptions(HistoricalOptions historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
historicalOptions - The parameters that define or describe the historical data that your auto-adjusting budget is based
on.default AutoAdjustData.Builder historicalOptions(Consumer<HistoricalOptions.Builder> historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
This is a convenience method that creates an instance of theHistoricalOptions.Builder avoiding the
need to create one manually via HistoricalOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to historicalOptions(HistoricalOptions).
historicalOptions - a consumer that will call methods on HistoricalOptions.BuilderhistoricalOptions(HistoricalOptions)AutoAdjustData.Builder lastAutoAdjustTime(Instant lastAutoAdjustTime)
The last time that your budget was auto-adjusted.
lastAutoAdjustTime - The last time that your budget was auto-adjusted.Copyright © 2023. All rights reserved.