public static interface CodeGenConfigurationNode.Builder extends SdkPojo, CopyableBuilder<CodeGenConfigurationNode.Builder,CodeGenConfigurationNode>
Modifier and Type | Method and Description |
---|---|
CodeGenConfigurationNode.Builder |
aggregate(Aggregate aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified
function.
|
default CodeGenConfigurationNode.Builder |
aggregate(Consumer<Aggregate.Builder> aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified
function.
|
CodeGenConfigurationNode.Builder |
applyMapping(ApplyMapping applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data
target.
|
default CodeGenConfigurationNode.Builder |
applyMapping(Consumer<ApplyMapping.Builder> applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data
target.
|
CodeGenConfigurationNode.Builder |
athenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
|
default CodeGenConfigurationNode.Builder |
athenaConnectorSource(Consumer<AthenaConnectorSource.Builder> athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
|
CodeGenConfigurationNode.Builder |
catalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
|
default CodeGenConfigurationNode.Builder |
catalogKafkaSource(Consumer<CatalogKafkaSource.Builder> catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
|
CodeGenConfigurationNode.Builder |
catalogKinesisSource(CatalogKinesisSource catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
catalogKinesisSource(Consumer<CatalogKinesisSource.Builder> catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
catalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
catalogSource(Consumer<CatalogSource.Builder> catalogSource)
Specifies a data store in the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
catalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
|
default CodeGenConfigurationNode.Builder |
catalogTarget(Consumer<BasicCatalogTarget.Builder> catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
|
default CodeGenConfigurationNode.Builder |
customCode(Consumer<CustomCode.Builder> customCode)
Specifies a transform that uses custom code you provide to perform the data transformation.
|
CodeGenConfigurationNode.Builder |
customCode(CustomCode customCode)
Specifies a transform that uses custom code you provide to perform the data transformation.
|
default CodeGenConfigurationNode.Builder |
directKafkaSource(Consumer<DirectKafkaSource.Builder> directKafkaSource)
Specifies an Apache Kafka data store.
|
CodeGenConfigurationNode.Builder |
directKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
|
default CodeGenConfigurationNode.Builder |
directKinesisSource(Consumer<DirectKinesisSource.Builder> directKinesisSource)
Specifies a direct Amazon Kinesis data source.
|
CodeGenConfigurationNode.Builder |
directKinesisSource(DirectKinesisSource directKinesisSource)
Specifies a direct Amazon Kinesis data source.
|
default CodeGenConfigurationNode.Builder |
dropDuplicates(Consumer<DropDuplicates.Builder> dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
|
CodeGenConfigurationNode.Builder |
dropDuplicates(DropDuplicates dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
|
default CodeGenConfigurationNode.Builder |
dropFields(Consumer<DropFields.Builder> dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
|
CodeGenConfigurationNode.Builder |
dropFields(DropFields dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
|
default CodeGenConfigurationNode.Builder |
dropNullFields(Consumer<DropNullFields.Builder> dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
CodeGenConfigurationNode.Builder |
dropNullFields(DropNullFields dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
default CodeGenConfigurationNode.Builder |
dynamicTransform(Consumer<DynamicTransform.Builder> dynamicTransform)
Specifies a custom visual transform created by a user.
|
CodeGenConfigurationNode.Builder |
dynamicTransform(DynamicTransform dynamicTransform)
Specifies a custom visual transform created by a user.
|
default CodeGenConfigurationNode.Builder |
dynamoDBCatalogSource(Consumer<DynamoDBCatalogSource.Builder> dynamoDBCatalogSource)
Sets the value of the DynamoDBCatalogSource property for this object.
|
CodeGenConfigurationNode.Builder |
dynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource)
Sets the value of the DynamoDBCatalogSource property for this object.
|
default CodeGenConfigurationNode.Builder |
evaluateDataQuality(Consumer<EvaluateDataQuality.Builder> evaluateDataQuality)
Specifies your data quality evaluation criteria.
|
CodeGenConfigurationNode.Builder |
evaluateDataQuality(EvaluateDataQuality evaluateDataQuality)
Specifies your data quality evaluation criteria.
|
default CodeGenConfigurationNode.Builder |
fillMissingValues(Consumer<FillMissingValues.Builder> fillMissingValues)
Specifies a transform that locates records in the dataset that have missing values and adds a new field with
a value determined by imputation.
|
CodeGenConfigurationNode.Builder |
fillMissingValues(FillMissingValues fillMissingValues)
Specifies a transform that locates records in the dataset that have missing values and adds a new field with
a value determined by imputation.
|
default CodeGenConfigurationNode.Builder |
filter(Consumer<Filter.Builder> filter)
Specifies a transform that splits a dataset into two, based on a filter condition.
|
CodeGenConfigurationNode.Builder |
filter(Filter filter)
Specifies a transform that splits a dataset into two, based on a filter condition.
|
default CodeGenConfigurationNode.Builder |
governedCatalogSource(Consumer<GovernedCatalogSource.Builder> governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
|
CodeGenConfigurationNode.Builder |
governedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
|
default CodeGenConfigurationNode.Builder |
governedCatalogTarget(Consumer<GovernedCatalogTarget.Builder> governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
|
CodeGenConfigurationNode.Builder |
governedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
|
default CodeGenConfigurationNode.Builder |
jdbcConnectorSource(Consumer<JDBCConnectorSource.Builder> jdbcConnectorSource)
Specifies a connector to a JDBC data source.
|
CodeGenConfigurationNode.Builder |
jdbcConnectorSource(JDBCConnectorSource jdbcConnectorSource)
Specifies a connector to a JDBC data source.
|
default CodeGenConfigurationNode.Builder |
jdbcConnectorTarget(Consumer<JDBCConnectorTarget.Builder> jdbcConnectorTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
CodeGenConfigurationNode.Builder |
jdbcConnectorTarget(JDBCConnectorTarget jdbcConnectorTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
default CodeGenConfigurationNode.Builder |
join(Consumer<Join.Builder> join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified
data property keys.
|
CodeGenConfigurationNode.Builder |
join(Join join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified
data property keys.
|
default CodeGenConfigurationNode.Builder |
merge(Consumer<Merge.Builder> merge)
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based
on the specified primary keys to identify records. |
CodeGenConfigurationNode.Builder |
merge(Merge merge)
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based
on the specified primary keys to identify records. |
default CodeGenConfigurationNode.Builder |
microsoftSQLServerCatalogSource(Consumer<MicrosoftSQLServerCatalogSource.Builder> microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
microsoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
microsoftSQLServerCatalogTarget(Consumer<MicrosoftSQLServerCatalogTarget.Builder> microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
|
CodeGenConfigurationNode.Builder |
microsoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
|
default CodeGenConfigurationNode.Builder |
mySQLCatalogSource(Consumer<MySQLCatalogSource.Builder> mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
mySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
mySQLCatalogTarget(Consumer<MySQLCatalogTarget.Builder> mySQLCatalogTarget)
Specifies a target that uses MySQL.
|
CodeGenConfigurationNode.Builder |
mySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
|
default CodeGenConfigurationNode.Builder |
oracleSQLCatalogSource(Consumer<OracleSQLCatalogSource.Builder> oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
oracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
oracleSQLCatalogTarget(Consumer<OracleSQLCatalogTarget.Builder> oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
|
CodeGenConfigurationNode.Builder |
oracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
|
default CodeGenConfigurationNode.Builder |
piiDetection(Consumer<PIIDetection.Builder> piiDetection)
Specifies a transform that identifies, removes or masks PII data.
|
CodeGenConfigurationNode.Builder |
piiDetection(PIIDetection piiDetection)
Specifies a transform that identifies, removes or masks PII data.
|
default CodeGenConfigurationNode.Builder |
postgreSQLCatalogSource(Consumer<PostgreSQLCatalogSource.Builder> postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
postgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
postgreSQLCatalogTarget(Consumer<PostgreSQLCatalogTarget.Builder> postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
|
CodeGenConfigurationNode.Builder |
postgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
|
default CodeGenConfigurationNode.Builder |
redshiftSource(Consumer<RedshiftSource.Builder> redshiftSource)
Specifies an Amazon Redshift data store.
|
CodeGenConfigurationNode.Builder |
redshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
|
default CodeGenConfigurationNode.Builder |
redshiftTarget(Consumer<RedshiftTarget.Builder> redshiftTarget)
Specifies a target that uses Amazon Redshift.
|
CodeGenConfigurationNode.Builder |
redshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
|
default CodeGenConfigurationNode.Builder |
relationalCatalogSource(Consumer<RelationalCatalogSource.Builder> relationalCatalogSource)
Sets the value of the RelationalCatalogSource property for this object.
|
CodeGenConfigurationNode.Builder |
relationalCatalogSource(RelationalCatalogSource relationalCatalogSource)
Sets the value of the RelationalCatalogSource property for this object.
|
default CodeGenConfigurationNode.Builder |
renameField(Consumer<RenameField.Builder> renameField)
Specifies a transform that renames a single data property key.
|
CodeGenConfigurationNode.Builder |
renameField(RenameField renameField)
Specifies a transform that renames a single data property key.
|
default CodeGenConfigurationNode.Builder |
s3CatalogSource(Consumer<S3CatalogSource.Builder> s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
s3CatalogSource(S3CatalogSource s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
s3CatalogTarget(Consumer<S3CatalogTarget.Builder> s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
CodeGenConfigurationNode.Builder |
s3CatalogTarget(S3CatalogTarget s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
default CodeGenConfigurationNode.Builder |
s3CsvSource(Consumer<S3CsvSource.Builder> s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
CodeGenConfigurationNode.Builder |
s3CsvSource(S3CsvSource s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
default CodeGenConfigurationNode.Builder |
s3DirectTarget(Consumer<S3DirectTarget.Builder> s3DirectTarget)
Specifies a data target that writes to Amazon S3.
|
CodeGenConfigurationNode.Builder |
s3DirectTarget(S3DirectTarget s3DirectTarget)
Specifies a data target that writes to Amazon S3.
|
default CodeGenConfigurationNode.Builder |
s3GlueParquetTarget(Consumer<S3GlueParquetTarget.Builder> s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
CodeGenConfigurationNode.Builder |
s3GlueParquetTarget(S3GlueParquetTarget s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
default CodeGenConfigurationNode.Builder |
s3JsonSource(Consumer<S3JsonSource.Builder> s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
|
CodeGenConfigurationNode.Builder |
s3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
|
default CodeGenConfigurationNode.Builder |
s3ParquetSource(Consumer<S3ParquetSource.Builder> s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
|
CodeGenConfigurationNode.Builder |
s3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
|
default CodeGenConfigurationNode.Builder |
selectFields(Consumer<SelectFields.Builder> selectFields)
Specifies a transform that chooses the data property keys that you want to keep.
|
CodeGenConfigurationNode.Builder |
selectFields(SelectFields selectFields)
Specifies a transform that chooses the data property keys that you want to keep.
|
default CodeGenConfigurationNode.Builder |
selectFromCollection(Consumer<SelectFromCollection.Builder> selectFromCollection)
Specifies a transform that chooses one
DynamicFrame from a collection of
DynamicFrames . |
CodeGenConfigurationNode.Builder |
selectFromCollection(SelectFromCollection selectFromCollection)
Specifies a transform that chooses one
DynamicFrame from a collection of
DynamicFrames . |
default CodeGenConfigurationNode.Builder |
sparkConnectorSource(Consumer<SparkConnectorSource.Builder> sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
|
CodeGenConfigurationNode.Builder |
sparkConnectorSource(SparkConnectorSource sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
|
default CodeGenConfigurationNode.Builder |
sparkConnectorTarget(Consumer<SparkConnectorTarget.Builder> sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
|
CodeGenConfigurationNode.Builder |
sparkConnectorTarget(SparkConnectorTarget sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
|
default CodeGenConfigurationNode.Builder |
sparkSQL(Consumer<SparkSQL.Builder> sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
CodeGenConfigurationNode.Builder |
sparkSQL(SparkSQL sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
default CodeGenConfigurationNode.Builder |
spigot(Consumer<Spigot.Builder> spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
CodeGenConfigurationNode.Builder |
spigot(Spigot spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
default CodeGenConfigurationNode.Builder |
splitFields(Consumer<SplitFields.Builder> splitFields)
Specifies a transform that splits data property keys into two
DynamicFrames . |
CodeGenConfigurationNode.Builder |
splitFields(SplitFields splitFields)
Specifies a transform that splits data property keys into two
DynamicFrames . |
default CodeGenConfigurationNode.Builder |
union(Consumer<Union.Builder> union)
Specifies a transform that combines the rows from two or more datasets into a single result.
|
CodeGenConfigurationNode.Builder |
union(Union union)
Specifies a transform that combines the rows from two or more datasets into a single result.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CodeGenConfigurationNode.Builder athenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
athenaConnectorSource
- Specifies a connector to an Amazon Athena data source.default CodeGenConfigurationNode.Builder athenaConnectorSource(Consumer<AthenaConnectorSource.Builder> athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
This is a convenience method that creates an instance of theAthenaConnectorSource.Builder
avoiding
the need to create one manually via AthenaConnectorSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to athenaConnectorSource(AthenaConnectorSource)
.
athenaConnectorSource
- a consumer that will call methods on AthenaConnectorSource.Builder
athenaConnectorSource(AthenaConnectorSource)
CodeGenConfigurationNode.Builder jdbcConnectorSource(JDBCConnectorSource jdbcConnectorSource)
Specifies a connector to a JDBC data source.
jdbcConnectorSource
- Specifies a connector to a JDBC data source.default CodeGenConfigurationNode.Builder jdbcConnectorSource(Consumer<JDBCConnectorSource.Builder> jdbcConnectorSource)
Specifies a connector to a JDBC data source.
This is a convenience method that creates an instance of theJDBCConnectorSource.Builder
avoiding the
need to create one manually via JDBCConnectorSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to jdbcConnectorSource(JDBCConnectorSource)
.
jdbcConnectorSource
- a consumer that will call methods on JDBCConnectorSource.Builder
jdbcConnectorSource(JDBCConnectorSource)
CodeGenConfigurationNode.Builder sparkConnectorSource(SparkConnectorSource sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
sparkConnectorSource
- Specifies a connector to an Apache Spark data source.default CodeGenConfigurationNode.Builder sparkConnectorSource(Consumer<SparkConnectorSource.Builder> sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
This is a convenience method that creates an instance of theSparkConnectorSource.Builder
avoiding
the need to create one manually via SparkConnectorSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to sparkConnectorSource(SparkConnectorSource)
.
sparkConnectorSource
- a consumer that will call methods on SparkConnectorSource.Builder
sparkConnectorSource(SparkConnectorSource)
CodeGenConfigurationNode.Builder catalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
catalogSource
- Specifies a data store in the Glue Data Catalog.default CodeGenConfigurationNode.Builder catalogSource(Consumer<CatalogSource.Builder> catalogSource)
Specifies a data store in the Glue Data Catalog.
This is a convenience method that creates an instance of theCatalogSource.Builder
avoiding the need
to create one manually via CatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to catalogSource(CatalogSource)
.
catalogSource
- a consumer that will call methods on CatalogSource.Builder
catalogSource(CatalogSource)
CodeGenConfigurationNode.Builder redshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
redshiftSource
- Specifies an Amazon Redshift data store.default CodeGenConfigurationNode.Builder redshiftSource(Consumer<RedshiftSource.Builder> redshiftSource)
Specifies an Amazon Redshift data store.
This is a convenience method that creates an instance of theRedshiftSource.Builder
avoiding the need
to create one manually via RedshiftSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to redshiftSource(RedshiftSource)
.
redshiftSource
- a consumer that will call methods on RedshiftSource.Builder
redshiftSource(RedshiftSource)
CodeGenConfigurationNode.Builder s3CatalogSource(S3CatalogSource s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
s3CatalogSource
- Specifies an Amazon S3 data store in the Glue Data Catalog.default CodeGenConfigurationNode.Builder s3CatalogSource(Consumer<S3CatalogSource.Builder> s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
This is a convenience method that creates an instance of theS3CatalogSource.Builder
avoiding the
need to create one manually via S3CatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to s3CatalogSource(S3CatalogSource)
.
s3CatalogSource
- a consumer that will call methods on S3CatalogSource.Builder
s3CatalogSource(S3CatalogSource)
CodeGenConfigurationNode.Builder s3CsvSource(S3CsvSource s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
s3CsvSource
- Specifies a command-separated value (CSV) data store stored in Amazon S3.default CodeGenConfigurationNode.Builder s3CsvSource(Consumer<S3CsvSource.Builder> s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
This is a convenience method that creates an instance of theS3CsvSource.Builder
avoiding the need to
create one manually via S3CsvSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to s3CsvSource(S3CsvSource)
.
s3CsvSource
- a consumer that will call methods on S3CsvSource.Builder
s3CsvSource(S3CsvSource)
CodeGenConfigurationNode.Builder s3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
s3JsonSource
- Specifies a JSON data store stored in Amazon S3.default CodeGenConfigurationNode.Builder s3JsonSource(Consumer<S3JsonSource.Builder> s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
This is a convenience method that creates an instance of theS3JsonSource.Builder
avoiding the need
to create one manually via S3JsonSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to s3JsonSource(S3JsonSource)
.
s3JsonSource
- a consumer that will call methods on S3JsonSource.Builder
s3JsonSource(S3JsonSource)
CodeGenConfigurationNode.Builder s3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
s3ParquetSource
- Specifies an Apache Parquet data store stored in Amazon S3.default CodeGenConfigurationNode.Builder s3ParquetSource(Consumer<S3ParquetSource.Builder> s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
This is a convenience method that creates an instance of theS3ParquetSource.Builder
avoiding the
need to create one manually via S3ParquetSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to s3ParquetSource(S3ParquetSource)
.
s3ParquetSource
- a consumer that will call methods on S3ParquetSource.Builder
s3ParquetSource(S3ParquetSource)
CodeGenConfigurationNode.Builder relationalCatalogSource(RelationalCatalogSource relationalCatalogSource)
relationalCatalogSource
- The new value for the RelationalCatalogSource property for this object.default CodeGenConfigurationNode.Builder relationalCatalogSource(Consumer<RelationalCatalogSource.Builder> relationalCatalogSource)
RelationalCatalogSource.Builder
avoiding
the need to create one manually via RelationalCatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to relationalCatalogSource(RelationalCatalogSource)
.
relationalCatalogSource
- a consumer that will call methods on RelationalCatalogSource.Builder
relationalCatalogSource(RelationalCatalogSource)
CodeGenConfigurationNode.Builder dynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource)
dynamoDBCatalogSource
- The new value for the DynamoDBCatalogSource property for this object.default CodeGenConfigurationNode.Builder dynamoDBCatalogSource(Consumer<DynamoDBCatalogSource.Builder> dynamoDBCatalogSource)
DynamoDBCatalogSource.Builder
avoiding
the need to create one manually via DynamoDBCatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to dynamoDBCatalogSource(DynamoDBCatalogSource)
.
dynamoDBCatalogSource
- a consumer that will call methods on DynamoDBCatalogSource.Builder
dynamoDBCatalogSource(DynamoDBCatalogSource)
CodeGenConfigurationNode.Builder jdbcConnectorTarget(JDBCConnectorTarget jdbcConnectorTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
jdbcConnectorTarget
- Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.default CodeGenConfigurationNode.Builder jdbcConnectorTarget(Consumer<JDBCConnectorTarget.Builder> jdbcConnectorTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
This is a convenience method that creates an instance of theJDBCConnectorTarget.Builder
avoiding the
need to create one manually via JDBCConnectorTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to jdbcConnectorTarget(JDBCConnectorTarget)
.
jdbcConnectorTarget
- a consumer that will call methods on JDBCConnectorTarget.Builder
jdbcConnectorTarget(JDBCConnectorTarget)
CodeGenConfigurationNode.Builder sparkConnectorTarget(SparkConnectorTarget sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
sparkConnectorTarget
- Specifies a target that uses an Apache Spark connector.default CodeGenConfigurationNode.Builder sparkConnectorTarget(Consumer<SparkConnectorTarget.Builder> sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
This is a convenience method that creates an instance of theSparkConnectorTarget.Builder
avoiding
the need to create one manually via SparkConnectorTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to sparkConnectorTarget(SparkConnectorTarget)
.
sparkConnectorTarget
- a consumer that will call methods on SparkConnectorTarget.Builder
sparkConnectorTarget(SparkConnectorTarget)
CodeGenConfigurationNode.Builder catalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
catalogTarget
- Specifies a target that uses a Glue Data Catalog table.default CodeGenConfigurationNode.Builder catalogTarget(Consumer<BasicCatalogTarget.Builder> catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
This is a convenience method that creates an instance of theBasicCatalogTarget.Builder
avoiding the
need to create one manually via BasicCatalogTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to catalogTarget(BasicCatalogTarget)
.
catalogTarget
- a consumer that will call methods on BasicCatalogTarget.Builder
catalogTarget(BasicCatalogTarget)
CodeGenConfigurationNode.Builder redshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
redshiftTarget
- Specifies a target that uses Amazon Redshift.default CodeGenConfigurationNode.Builder redshiftTarget(Consumer<RedshiftTarget.Builder> redshiftTarget)
Specifies a target that uses Amazon Redshift.
This is a convenience method that creates an instance of theRedshiftTarget.Builder
avoiding the need
to create one manually via RedshiftTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to redshiftTarget(RedshiftTarget)
.
redshiftTarget
- a consumer that will call methods on RedshiftTarget.Builder
redshiftTarget(RedshiftTarget)
CodeGenConfigurationNode.Builder s3CatalogTarget(S3CatalogTarget s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
s3CatalogTarget
- Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.default CodeGenConfigurationNode.Builder s3CatalogTarget(Consumer<S3CatalogTarget.Builder> s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
This is a convenience method that creates an instance of theS3CatalogTarget.Builder
avoiding the
need to create one manually via S3CatalogTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to s3CatalogTarget(S3CatalogTarget)
.
s3CatalogTarget
- a consumer that will call methods on S3CatalogTarget.Builder
s3CatalogTarget(S3CatalogTarget)
CodeGenConfigurationNode.Builder s3GlueParquetTarget(S3GlueParquetTarget s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
s3GlueParquetTarget
- Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.default CodeGenConfigurationNode.Builder s3GlueParquetTarget(Consumer<S3GlueParquetTarget.Builder> s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
This is a convenience method that creates an instance of theS3GlueParquetTarget.Builder
avoiding the
need to create one manually via S3GlueParquetTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to s3GlueParquetTarget(S3GlueParquetTarget)
.
s3GlueParquetTarget
- a consumer that will call methods on S3GlueParquetTarget.Builder
s3GlueParquetTarget(S3GlueParquetTarget)
CodeGenConfigurationNode.Builder s3DirectTarget(S3DirectTarget s3DirectTarget)
Specifies a data target that writes to Amazon S3.
s3DirectTarget
- Specifies a data target that writes to Amazon S3.default CodeGenConfigurationNode.Builder s3DirectTarget(Consumer<S3DirectTarget.Builder> s3DirectTarget)
Specifies a data target that writes to Amazon S3.
This is a convenience method that creates an instance of theS3DirectTarget.Builder
avoiding the need
to create one manually via S3DirectTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to s3DirectTarget(S3DirectTarget)
.
s3DirectTarget
- a consumer that will call methods on S3DirectTarget.Builder
s3DirectTarget(S3DirectTarget)
CodeGenConfigurationNode.Builder applyMapping(ApplyMapping applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.
applyMapping
- Specifies a transform that maps data property keys in the data source to data property keys in the
data target. You can rename keys, modify the data types for keys, and choose which keys to drop from
the dataset.default CodeGenConfigurationNode.Builder applyMapping(Consumer<ApplyMapping.Builder> applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.
This is a convenience method that creates an instance of theApplyMapping.Builder
avoiding the need
to create one manually via ApplyMapping.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to applyMapping(ApplyMapping)
.
applyMapping
- a consumer that will call methods on ApplyMapping.Builder
applyMapping(ApplyMapping)
CodeGenConfigurationNode.Builder selectFields(SelectFields selectFields)
Specifies a transform that chooses the data property keys that you want to keep.
selectFields
- Specifies a transform that chooses the data property keys that you want to keep.default CodeGenConfigurationNode.Builder selectFields(Consumer<SelectFields.Builder> selectFields)
Specifies a transform that chooses the data property keys that you want to keep.
This is a convenience method that creates an instance of theSelectFields.Builder
avoiding the need
to create one manually via SelectFields.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to selectFields(SelectFields)
.
selectFields
- a consumer that will call methods on SelectFields.Builder
selectFields(SelectFields)
CodeGenConfigurationNode.Builder dropFields(DropFields dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
dropFields
- Specifies a transform that chooses the data property keys that you want to drop.default CodeGenConfigurationNode.Builder dropFields(Consumer<DropFields.Builder> dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
This is a convenience method that creates an instance of theDropFields.Builder
avoiding the need to
create one manually via DropFields.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to dropFields(DropFields)
.
dropFields
- a consumer that will call methods on DropFields.Builder
dropFields(DropFields)
CodeGenConfigurationNode.Builder renameField(RenameField renameField)
Specifies a transform that renames a single data property key.
renameField
- Specifies a transform that renames a single data property key.default CodeGenConfigurationNode.Builder renameField(Consumer<RenameField.Builder> renameField)
Specifies a transform that renames a single data property key.
This is a convenience method that creates an instance of theRenameField.Builder
avoiding the need to
create one manually via RenameField.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to renameField(RenameField)
.
renameField
- a consumer that will call methods on RenameField.Builder
renameField(RenameField)
CodeGenConfigurationNode.Builder spigot(Spigot spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
spigot
- Specifies a transform that writes samples of the data to an Amazon S3 bucket.default CodeGenConfigurationNode.Builder spigot(Consumer<Spigot.Builder> spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
This is a convenience method that creates an instance of theSpigot.Builder
avoiding the need to
create one manually via Spigot.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to spigot(Spigot)
.
spigot
- a consumer that will call methods on Spigot.Builder
spigot(Spigot)
CodeGenConfigurationNode.Builder join(Join join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.
join
- Specifies a transform that joins two datasets into one dataset using a comparison phrase on the
specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.default CodeGenConfigurationNode.Builder join(Consumer<Join.Builder> join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.
This is a convenience method that creates an instance of theJoin.Builder
avoiding the need to create
one manually via Join.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to join(Join)
.
join
- a consumer that will call methods on Join.Builder
join(Join)
CodeGenConfigurationNode.Builder splitFields(SplitFields splitFields)
Specifies a transform that splits data property keys into two DynamicFrames
. The output is a
collection of DynamicFrames
: one with selected data property keys, and one with the remaining
data property keys.
splitFields
- Specifies a transform that splits data property keys into two DynamicFrames
. The output
is a collection of DynamicFrames
: one with selected data property keys, and one with the
remaining data property keys.default CodeGenConfigurationNode.Builder splitFields(Consumer<SplitFields.Builder> splitFields)
Specifies a transform that splits data property keys into two DynamicFrames
. The output is a
collection of DynamicFrames
: one with selected data property keys, and one with the remaining
data property keys.
SplitFields.Builder
avoiding the need to
create one manually via SplitFields.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to splitFields(SplitFields)
.
splitFields
- a consumer that will call methods on SplitFields.Builder
splitFields(SplitFields)
CodeGenConfigurationNode.Builder selectFromCollection(SelectFromCollection selectFromCollection)
Specifies a transform that chooses one DynamicFrame
from a collection of
DynamicFrames
. The output is the selected DynamicFrame
selectFromCollection
- Specifies a transform that chooses one DynamicFrame
from a collection of
DynamicFrames
. The output is the selected DynamicFrame
default CodeGenConfigurationNode.Builder selectFromCollection(Consumer<SelectFromCollection.Builder> selectFromCollection)
Specifies a transform that chooses one DynamicFrame
from a collection of
DynamicFrames
. The output is the selected DynamicFrame
SelectFromCollection.Builder
avoiding
the need to create one manually via SelectFromCollection.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to selectFromCollection(SelectFromCollection)
.
selectFromCollection
- a consumer that will call methods on SelectFromCollection.Builder
selectFromCollection(SelectFromCollection)
CodeGenConfigurationNode.Builder fillMissingValues(FillMissingValues fillMissingValues)
Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.
fillMissingValues
- Specifies a transform that locates records in the dataset that have missing values and adds a new
field with a value determined by imputation. The input data set is used to train the machine learning
model that determines what the missing value should be.default CodeGenConfigurationNode.Builder fillMissingValues(Consumer<FillMissingValues.Builder> fillMissingValues)
Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.
This is a convenience method that creates an instance of theFillMissingValues.Builder
avoiding the
need to create one manually via FillMissingValues.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to fillMissingValues(FillMissingValues)
.
fillMissingValues
- a consumer that will call methods on FillMissingValues.Builder
fillMissingValues(FillMissingValues)
CodeGenConfigurationNode.Builder filter(Filter filter)
Specifies a transform that splits a dataset into two, based on a filter condition.
filter
- Specifies a transform that splits a dataset into two, based on a filter condition.default CodeGenConfigurationNode.Builder filter(Consumer<Filter.Builder> filter)
Specifies a transform that splits a dataset into two, based on a filter condition.
This is a convenience method that creates an instance of theFilter.Builder
avoiding the need to
create one manually via Filter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to filter(Filter)
.
filter
- a consumer that will call methods on Filter.Builder
filter(Filter)
CodeGenConfigurationNode.Builder customCode(CustomCode customCode)
Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
customCode
- Specifies a transform that uses custom code you provide to perform the data transformation. The output
is a collection of DynamicFrames.default CodeGenConfigurationNode.Builder customCode(Consumer<CustomCode.Builder> customCode)
Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
This is a convenience method that creates an instance of theCustomCode.Builder
avoiding the need to
create one manually via CustomCode.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to customCode(CustomCode)
.
customCode
- a consumer that will call methods on CustomCode.Builder
customCode(CustomCode)
CodeGenConfigurationNode.Builder sparkSQL(SparkSQL sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is
a single DynamicFrame
.
sparkSQL
- Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The
output is a single DynamicFrame
.default CodeGenConfigurationNode.Builder sparkSQL(Consumer<SparkSQL.Builder> sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is
a single DynamicFrame
.
SparkSQL.Builder
avoiding the need to
create one manually via SparkSQL.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to sparkSQL(SparkSQL)
.
sparkSQL
- a consumer that will call methods on SparkSQL.Builder
sparkSQL(SparkSQL)
CodeGenConfigurationNode.Builder directKinesisSource(DirectKinesisSource directKinesisSource)
Specifies a direct Amazon Kinesis data source.
directKinesisSource
- Specifies a direct Amazon Kinesis data source.default CodeGenConfigurationNode.Builder directKinesisSource(Consumer<DirectKinesisSource.Builder> directKinesisSource)
Specifies a direct Amazon Kinesis data source.
This is a convenience method that creates an instance of theDirectKinesisSource.Builder
avoiding the
need to create one manually via DirectKinesisSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to directKinesisSource(DirectKinesisSource)
.
directKinesisSource
- a consumer that will call methods on DirectKinesisSource.Builder
directKinesisSource(DirectKinesisSource)
CodeGenConfigurationNode.Builder directKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
directKafkaSource
- Specifies an Apache Kafka data store.default CodeGenConfigurationNode.Builder directKafkaSource(Consumer<DirectKafkaSource.Builder> directKafkaSource)
Specifies an Apache Kafka data store.
This is a convenience method that creates an instance of theDirectKafkaSource.Builder
avoiding the
need to create one manually via DirectKafkaSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to directKafkaSource(DirectKafkaSource)
.
directKafkaSource
- a consumer that will call methods on DirectKafkaSource.Builder
directKafkaSource(DirectKafkaSource)
CodeGenConfigurationNode.Builder catalogKinesisSource(CatalogKinesisSource catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
catalogKinesisSource
- Specifies a Kinesis data source in the Glue Data Catalog.default CodeGenConfigurationNode.Builder catalogKinesisSource(Consumer<CatalogKinesisSource.Builder> catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
This is a convenience method that creates an instance of theCatalogKinesisSource.Builder
avoiding
the need to create one manually via CatalogKinesisSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to catalogKinesisSource(CatalogKinesisSource)
.
catalogKinesisSource
- a consumer that will call methods on CatalogKinesisSource.Builder
catalogKinesisSource(CatalogKinesisSource)
CodeGenConfigurationNode.Builder catalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
catalogKafkaSource
- Specifies an Apache Kafka data store in the Data Catalog.default CodeGenConfigurationNode.Builder catalogKafkaSource(Consumer<CatalogKafkaSource.Builder> catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
This is a convenience method that creates an instance of theCatalogKafkaSource.Builder
avoiding the
need to create one manually via CatalogKafkaSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to catalogKafkaSource(CatalogKafkaSource)
.
catalogKafkaSource
- a consumer that will call methods on CatalogKafkaSource.Builder
catalogKafkaSource(CatalogKafkaSource)
CodeGenConfigurationNode.Builder dropNullFields(DropNullFields dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.
dropNullFields
- Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By
default, Glue Studio will recognize null objects, but some values such as empty strings, strings that
are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as
nulls.default CodeGenConfigurationNode.Builder dropNullFields(Consumer<DropNullFields.Builder> dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.
This is a convenience method that creates an instance of theDropNullFields.Builder
avoiding the need
to create one manually via DropNullFields.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to dropNullFields(DropNullFields)
.
dropNullFields
- a consumer that will call methods on DropNullFields.Builder
dropNullFields(DropNullFields)
CodeGenConfigurationNode.Builder merge(Merge merge)
Specifies a transform that merges a DynamicFrame
with a staging DynamicFrame
based
on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are
not de-duplicated.
merge
- Specifies a transform that merges a DynamicFrame
with a staging DynamicFrame
based on the specified primary keys to identify records. Duplicate records (records with the same
primary keys) are not de-duplicated.default CodeGenConfigurationNode.Builder merge(Consumer<Merge.Builder> merge)
Specifies a transform that merges a DynamicFrame
with a staging DynamicFrame
based
on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are
not de-duplicated.
Merge.Builder
avoiding the need to
create one manually via Merge.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to merge(Merge)
.
merge
- a consumer that will call methods on Merge.Builder
merge(Merge)
CodeGenConfigurationNode.Builder union(Union union)
Specifies a transform that combines the rows from two or more datasets into a single result.
union
- Specifies a transform that combines the rows from two or more datasets into a single result.default CodeGenConfigurationNode.Builder union(Consumer<Union.Builder> union)
Specifies a transform that combines the rows from two or more datasets into a single result.
This is a convenience method that creates an instance of theUnion.Builder
avoiding the need to
create one manually via Union.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to union(Union)
.
union
- a consumer that will call methods on Union.Builder
union(Union)
CodeGenConfigurationNode.Builder piiDetection(PIIDetection piiDetection)
Specifies a transform that identifies, removes or masks PII data.
piiDetection
- Specifies a transform that identifies, removes or masks PII data.default CodeGenConfigurationNode.Builder piiDetection(Consumer<PIIDetection.Builder> piiDetection)
Specifies a transform that identifies, removes or masks PII data.
This is a convenience method that creates an instance of thePIIDetection.Builder
avoiding the need
to create one manually via PIIDetection.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to piiDetection(PIIDetection)
.
piiDetection
- a consumer that will call methods on PIIDetection.Builder
piiDetection(PIIDetection)
CodeGenConfigurationNode.Builder aggregate(Aggregate aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
aggregate
- Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified
function.default CodeGenConfigurationNode.Builder aggregate(Consumer<Aggregate.Builder> aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
This is a convenience method that creates an instance of theAggregate.Builder
avoiding the need to
create one manually via Aggregate.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to aggregate(Aggregate)
.
aggregate
- a consumer that will call methods on Aggregate.Builder
aggregate(Aggregate)
CodeGenConfigurationNode.Builder dropDuplicates(DropDuplicates dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
dropDuplicates
- Specifies a transform that removes rows of repeating data from a data set.default CodeGenConfigurationNode.Builder dropDuplicates(Consumer<DropDuplicates.Builder> dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
This is a convenience method that creates an instance of theDropDuplicates.Builder
avoiding the need
to create one manually via DropDuplicates.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to dropDuplicates(DropDuplicates)
.
dropDuplicates
- a consumer that will call methods on DropDuplicates.Builder
dropDuplicates(DropDuplicates)
CodeGenConfigurationNode.Builder governedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
governedCatalogTarget
- Specifies a data target that writes to a goverened catalog.default CodeGenConfigurationNode.Builder governedCatalogTarget(Consumer<GovernedCatalogTarget.Builder> governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
This is a convenience method that creates an instance of theGovernedCatalogTarget.Builder
avoiding
the need to create one manually via GovernedCatalogTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to governedCatalogTarget(GovernedCatalogTarget)
.
governedCatalogTarget
- a consumer that will call methods on GovernedCatalogTarget.Builder
governedCatalogTarget(GovernedCatalogTarget)
CodeGenConfigurationNode.Builder governedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
governedCatalogSource
- Specifies a data source in a goverened Data Catalog.default CodeGenConfigurationNode.Builder governedCatalogSource(Consumer<GovernedCatalogSource.Builder> governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
This is a convenience method that creates an instance of theGovernedCatalogSource.Builder
avoiding
the need to create one manually via GovernedCatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to governedCatalogSource(GovernedCatalogSource)
.
governedCatalogSource
- a consumer that will call methods on GovernedCatalogSource.Builder
governedCatalogSource(GovernedCatalogSource)
CodeGenConfigurationNode.Builder microsoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
microsoftSQLServerCatalogSource
- Specifies a Microsoft SQL server data source in the Glue Data Catalog.default CodeGenConfigurationNode.Builder microsoftSQLServerCatalogSource(Consumer<MicrosoftSQLServerCatalogSource.Builder> microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
This is a convenience method that creates an instance of theMicrosoftSQLServerCatalogSource.Builder
avoiding the need to create one manually via MicrosoftSQLServerCatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
microsoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource)
.
microsoftSQLServerCatalogSource
- a consumer that will call methods on MicrosoftSQLServerCatalogSource.Builder
microsoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource)
CodeGenConfigurationNode.Builder mySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
mySQLCatalogSource
- Specifies a MySQL data source in the Glue Data Catalog.default CodeGenConfigurationNode.Builder mySQLCatalogSource(Consumer<MySQLCatalogSource.Builder> mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
This is a convenience method that creates an instance of theMySQLCatalogSource.Builder
avoiding the
need to create one manually via MySQLCatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to mySQLCatalogSource(MySQLCatalogSource)
.
mySQLCatalogSource
- a consumer that will call methods on MySQLCatalogSource.Builder
mySQLCatalogSource(MySQLCatalogSource)
CodeGenConfigurationNode.Builder oracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
oracleSQLCatalogSource
- Specifies an Oracle data source in the Glue Data Catalog.default CodeGenConfigurationNode.Builder oracleSQLCatalogSource(Consumer<OracleSQLCatalogSource.Builder> oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
This is a convenience method that creates an instance of theOracleSQLCatalogSource.Builder
avoiding
the need to create one manually via OracleSQLCatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to oracleSQLCatalogSource(OracleSQLCatalogSource)
.
oracleSQLCatalogSource
- a consumer that will call methods on OracleSQLCatalogSource.Builder
oracleSQLCatalogSource(OracleSQLCatalogSource)
CodeGenConfigurationNode.Builder postgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
postgreSQLCatalogSource
- Specifies a PostgresSQL data source in the Glue Data Catalog.default CodeGenConfigurationNode.Builder postgreSQLCatalogSource(Consumer<PostgreSQLCatalogSource.Builder> postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
This is a convenience method that creates an instance of thePostgreSQLCatalogSource.Builder
avoiding
the need to create one manually via PostgreSQLCatalogSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to postgreSQLCatalogSource(PostgreSQLCatalogSource)
.
postgreSQLCatalogSource
- a consumer that will call methods on PostgreSQLCatalogSource.Builder
postgreSQLCatalogSource(PostgreSQLCatalogSource)
CodeGenConfigurationNode.Builder microsoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
microsoftSQLServerCatalogTarget
- Specifies a target that uses Microsoft SQL.default CodeGenConfigurationNode.Builder microsoftSQLServerCatalogTarget(Consumer<MicrosoftSQLServerCatalogTarget.Builder> microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
This is a convenience method that creates an instance of theMicrosoftSQLServerCatalogTarget.Builder
avoiding the need to create one manually via MicrosoftSQLServerCatalogTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
microsoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget)
.
microsoftSQLServerCatalogTarget
- a consumer that will call methods on MicrosoftSQLServerCatalogTarget.Builder
microsoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget)
CodeGenConfigurationNode.Builder mySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
mySQLCatalogTarget
- Specifies a target that uses MySQL.default CodeGenConfigurationNode.Builder mySQLCatalogTarget(Consumer<MySQLCatalogTarget.Builder> mySQLCatalogTarget)
Specifies a target that uses MySQL.
This is a convenience method that creates an instance of theMySQLCatalogTarget.Builder
avoiding the
need to create one manually via MySQLCatalogTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to mySQLCatalogTarget(MySQLCatalogTarget)
.
mySQLCatalogTarget
- a consumer that will call methods on MySQLCatalogTarget.Builder
mySQLCatalogTarget(MySQLCatalogTarget)
CodeGenConfigurationNode.Builder oracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
oracleSQLCatalogTarget
- Specifies a target that uses Oracle SQL.default CodeGenConfigurationNode.Builder oracleSQLCatalogTarget(Consumer<OracleSQLCatalogTarget.Builder> oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
This is a convenience method that creates an instance of theOracleSQLCatalogTarget.Builder
avoiding
the need to create one manually via OracleSQLCatalogTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to oracleSQLCatalogTarget(OracleSQLCatalogTarget)
.
oracleSQLCatalogTarget
- a consumer that will call methods on OracleSQLCatalogTarget.Builder
oracleSQLCatalogTarget(OracleSQLCatalogTarget)
CodeGenConfigurationNode.Builder postgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
postgreSQLCatalogTarget
- Specifies a target that uses Postgres SQL.default CodeGenConfigurationNode.Builder postgreSQLCatalogTarget(Consumer<PostgreSQLCatalogTarget.Builder> postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
This is a convenience method that creates an instance of thePostgreSQLCatalogTarget.Builder
avoiding
the need to create one manually via PostgreSQLCatalogTarget.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to postgreSQLCatalogTarget(PostgreSQLCatalogTarget)
.
postgreSQLCatalogTarget
- a consumer that will call methods on PostgreSQLCatalogTarget.Builder
postgreSQLCatalogTarget(PostgreSQLCatalogTarget)
CodeGenConfigurationNode.Builder dynamicTransform(DynamicTransform dynamicTransform)
Specifies a custom visual transform created by a user.
dynamicTransform
- Specifies a custom visual transform created by a user.default CodeGenConfigurationNode.Builder dynamicTransform(Consumer<DynamicTransform.Builder> dynamicTransform)
Specifies a custom visual transform created by a user.
This is a convenience method that creates an instance of theDynamicTransform.Builder
avoiding the
need to create one manually via DynamicTransform.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to dynamicTransform(DynamicTransform)
.
dynamicTransform
- a consumer that will call methods on DynamicTransform.Builder
dynamicTransform(DynamicTransform)
CodeGenConfigurationNode.Builder evaluateDataQuality(EvaluateDataQuality evaluateDataQuality)
Specifies your data quality evaluation criteria.
evaluateDataQuality
- Specifies your data quality evaluation criteria.default CodeGenConfigurationNode.Builder evaluateDataQuality(Consumer<EvaluateDataQuality.Builder> evaluateDataQuality)
Specifies your data quality evaluation criteria.
This is a convenience method that creates an instance of theEvaluateDataQuality.Builder
avoiding the
need to create one manually via EvaluateDataQuality.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to evaluateDataQuality(EvaluateDataQuality)
.
evaluateDataQuality
- a consumer that will call methods on EvaluateDataQuality.Builder
evaluateDataQuality(EvaluateDataQuality)
Copyright © 2022. All rights reserved.