public static interface RefreshConfiguration.Builder extends SdkPojo, CopyableBuilder<RefreshConfiguration.Builder,RefreshConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default RefreshConfiguration.Builder |
incrementalRefresh(Consumer<IncrementalRefresh.Builder> incrementalRefresh)
The incremental refresh for the dataset.
|
RefreshConfiguration.Builder |
incrementalRefresh(IncrementalRefresh incrementalRefresh)
The incremental refresh for the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRefreshConfiguration.Builder incrementalRefresh(IncrementalRefresh incrementalRefresh)
The incremental refresh for the dataset.
incrementalRefresh - The incremental refresh for the dataset.default RefreshConfiguration.Builder incrementalRefresh(Consumer<IncrementalRefresh.Builder> incrementalRefresh)
The incremental refresh for the dataset.
This is a convenience method that creates an instance of theIncrementalRefresh.Builder avoiding the
need to create one manually via IncrementalRefresh.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to incrementalRefresh(IncrementalRefresh).
incrementalRefresh - a consumer that will call methods on IncrementalRefresh.BuilderincrementalRefresh(IncrementalRefresh)Copyright © 2023. All rights reserved.