Uses of Interface
software.amazon.awssdk.services.supplychain.model.DataIntegrationFlowSQLTransformationConfiguration.Builder
-
Packages that use DataIntegrationFlowSQLTransformationConfiguration.Builder Package Description software.amazon.awssdk.services.supplychain.model -
-
Uses of DataIntegrationFlowSQLTransformationConfiguration.Builder in software.amazon.awssdk.services.supplychain.model
Methods in software.amazon.awssdk.services.supplychain.model that return DataIntegrationFlowSQLTransformationConfiguration.Builder Modifier and Type Method Description static DataIntegrationFlowSQLTransformationConfiguration.BuilderDataIntegrationFlowSQLTransformationConfiguration. builder()DataIntegrationFlowSQLTransformationConfiguration.BuilderDataIntegrationFlowSQLTransformationConfiguration.Builder. query(String query)The transformation SQL query body based on SparkSQL.DataIntegrationFlowSQLTransformationConfiguration.BuilderDataIntegrationFlowSQLTransformationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.supplychain.model that return types with arguments of type DataIntegrationFlowSQLTransformationConfiguration.Builder Modifier and Type Method Description static Class<? extends DataIntegrationFlowSQLTransformationConfiguration.Builder>DataIntegrationFlowSQLTransformationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.supplychain.model with type arguments of type DataIntegrationFlowSQLTransformationConfiguration.Builder Modifier and Type Method Description default DataIntegrationFlowTransformation.BuilderDataIntegrationFlowTransformation.Builder. sqlTransformation(Consumer<DataIntegrationFlowSQLTransformationConfiguration.Builder> sqlTransformation)The SQL DataIntegrationFlow transformation configuration.
-