Interface ImportDataSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImportDataSource.Builder,,ImportDataSource> SdkBuilder<ImportDataSource.Builder,,ImportDataSource> SdkPojo
- Enclosing class:
ImportDataSource
public static interface ImportDataSource.Builder
extends SdkPojo, CopyableBuilder<ImportDataSource.Builder,ImportDataSource>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ImportDataSource.BuilderdataSourceConfig(Consumer<ImportDataSourceConfig.Builder> dataSourceConfig) The configuration parameters for the data source of the importdataSourceConfig(ImportDataSourceConfig dataSourceConfig) The configuration parameters for the data source of the importMethods 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
-
dataSourceConfig
The configuration parameters for the data source of the import
- Parameters:
dataSourceConfig- The configuration parameters for the data source of the import- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceConfig
default ImportDataSource.Builder dataSourceConfig(Consumer<ImportDataSourceConfig.Builder> dataSourceConfig) The configuration parameters for the data source of the import
This is a convenience method that creates an instance of theImportDataSourceConfig.Builderavoiding the need to create one manually viaImportDataSourceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSourceConfig(ImportDataSourceConfig).- Parameters:
dataSourceConfig- a consumer that will call methods onImportDataSourceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-