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