Interface IncrementalRefresh.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IncrementalRefresh.Builder,,IncrementalRefresh> SdkBuilder<IncrementalRefresh.Builder,,IncrementalRefresh> SdkPojo
- Enclosing class:
 IncrementalRefresh
public static interface IncrementalRefresh.Builder
extends SdkPojo, CopyableBuilder<IncrementalRefresh.Builder,IncrementalRefresh> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault IncrementalRefresh.BuilderlookbackWindow(Consumer<LookbackWindow.Builder> lookbackWindow) The lookback window setup for an incremental refresh configuration.lookbackWindow(LookbackWindow lookbackWindow) The lookback window setup for an incremental refresh configuration.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
- 
lookbackWindow
The lookback window setup for an incremental refresh configuration.
- Parameters:
 lookbackWindow- The lookback window setup for an incremental refresh configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lookbackWindow
The lookback window setup for an incremental refresh configuration.
This is a convenience method that creates an instance of theLookbackWindow.Builderavoiding the need to create one manually viaLookbackWindow.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolookbackWindow(LookbackWindow).- Parameters:
 lookbackWindow- a consumer that will call methods onLookbackWindow.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -