Interface AutoAdjustData.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AutoAdjustData.Builder,,AutoAdjustData> SdkBuilder<AutoAdjustData.Builder,,AutoAdjustData> SdkPojo
- Enclosing class:
 AutoAdjustData
public static interface AutoAdjustData.Builder
extends SdkPojo, CopyableBuilder<AutoAdjustData.Builder,AutoAdjustData> 
- 
Method Summary
Modifier and TypeMethodDescriptionautoAdjustType(String autoAdjustType) The string that defines whether your budget auto-adjusts based on historical or forecasted data.autoAdjustType(AutoAdjustType autoAdjustType) The string that defines whether your budget auto-adjusts based on historical or forecasted data.default AutoAdjustData.BuilderhistoricalOptions(Consumer<HistoricalOptions.Builder> historicalOptions) The parameters that define or describe the historical data that your auto-adjusting budget is based on.historicalOptions(HistoricalOptions historicalOptions) The parameters that define or describe the historical data that your auto-adjusting budget is based on.lastAutoAdjustTime(Instant lastAutoAdjustTime) The last time that your budget was auto-adjusted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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:
 
 - 
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.
 
 - 
historicalOptions
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.Builderavoiding the need to create one manually viaHistoricalOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohistoricalOptions(HistoricalOptions).- Parameters:
 historicalOptions- a consumer that will call methods onHistoricalOptions.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 
 -