Interface DataIntegrationFlowSQLTransformationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataIntegrationFlowSQLTransformationConfiguration.Builder,
,DataIntegrationFlowSQLTransformationConfiguration> SdkBuilder<DataIntegrationFlowSQLTransformationConfiguration.Builder,
,DataIntegrationFlowSQLTransformationConfiguration> SdkPojo
- Enclosing class:
DataIntegrationFlowSQLTransformationConfiguration
@Mutable
@NotThreadSafe
public static interface DataIntegrationFlowSQLTransformationConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataIntegrationFlowSQLTransformationConfiguration.Builder,DataIntegrationFlowSQLTransformationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe transformation SQL query body based on SparkSQL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
query
The transformation SQL query body based on SparkSQL.
- Parameters:
query
- The transformation SQL query body based on SparkSQL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-