Interface DataSetRefreshProperties.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DataSetRefreshProperties.Builder,,DataSetRefreshProperties> SdkBuilder<DataSetRefreshProperties.Builder,,DataSetRefreshProperties> SdkPojo
- Enclosing class:
 DataSetRefreshProperties
public static interface DataSetRefreshProperties.Builder
extends SdkPojo, CopyableBuilder<DataSetRefreshProperties.Builder,DataSetRefreshProperties> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault DataSetRefreshProperties.BuilderrefreshConfiguration(Consumer<RefreshConfiguration.Builder> refreshConfiguration) The refresh configuration for a dataset.refreshConfiguration(RefreshConfiguration refreshConfiguration) The refresh configuration for a dataset.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
- 
refreshConfiguration
The refresh configuration for a dataset.
- Parameters:
 refreshConfiguration- The refresh configuration for a dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
refreshConfiguration
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.Builderavoiding the need to create one manually viaRefreshConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torefreshConfiguration(RefreshConfiguration).- Parameters:
 refreshConfiguration- a consumer that will call methods onRefreshConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -