Interface DataPrepConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataPrepConfiguration.Builder,,DataPrepConfiguration> SdkBuilder<DataPrepConfiguration.Builder,,DataPrepConfiguration> SdkPojo
- Enclosing class:
DataPrepConfiguration
@Mutable
@NotThreadSafe
public static interface DataPrepConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataPrepConfiguration.Builder,DataPrepConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationTableMap(Map<String, DestinationTable> destinationTableMap) A map of destination tables that receive the final prepared data.sourceTableMap(Map<String, SourceTable> sourceTableMap) A map of source tables that provide information about underlying sources.transformStepMap(Map<String, TransformStep> transformStepMap) A map of transformation steps that process the data.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, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceTableMap
A map of source tables that provide information about underlying sources.
- Parameters:
sourceTableMap- A map of source tables that provide information about underlying sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformStepMap
A map of transformation steps that process the data.
- Parameters:
transformStepMap- A map of transformation steps that process the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationTableMap
A map of destination tables that receive the final prepared data.
- Parameters:
destinationTableMap- A map of destination tables that receive the final prepared data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-