@Generated(value="software.amazon.awssdk:codegen") public final class CodeGenConfigurationNode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeGenConfigurationNode.Builder,CodeGenConfigurationNode>
CodeGenConfigurationNode enumerates all valid Node types. One and only one of its member variables can
be populated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeGenConfigurationNode.Builder |
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
aggregate()
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
|
AmazonRedshiftSource |
amazonRedshiftSource()
Specifies a target that writes to a data source in Amazon Redshift.
|
AmazonRedshiftTarget |
amazonRedshiftTarget()
Specifies a target that writes to a data target in Amazon Redshift.
|
ApplyMapping |
applyMapping()
Specifies a transform that maps data property keys in the data source to data property keys in the data target.
|
AthenaConnectorSource |
athenaConnectorSource()
Specifies a connector to an Amazon Athena data source.
|
static CodeGenConfigurationNode.Builder |
builder() |
CatalogDeltaSource |
catalogDeltaSource()
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
CatalogHudiSource |
catalogHudiSource()
Specifies a Hudi data source that is registered in the Glue Data Catalog.
|
CatalogKafkaSource |
catalogKafkaSource()
Specifies an Apache Kafka data store in the Data Catalog.
|
CatalogKinesisSource |
catalogKinesisSource()
Specifies a Kinesis data source in the Glue Data Catalog.
|
CatalogSource |
catalogSource()
Specifies a data store in the Glue Data Catalog.
|
BasicCatalogTarget |
catalogTarget()
Specifies a target that uses a Glue Data Catalog table.
|
CustomCode |
customCode()
Specifies a transform that uses custom code you provide to perform the data transformation.
|
DirectJDBCSource |
directJDBCSource()
Returns the value of the DirectJDBCSource property for this object.
|
DirectKafkaSource |
directKafkaSource()
Specifies an Apache Kafka data store.
|
DirectKinesisSource |
directKinesisSource()
Specifies a direct Amazon Kinesis data source.
|
DropDuplicates |
dropDuplicates()
Specifies a transform that removes rows of repeating data from a data set.
|
DropFields |
dropFields()
Specifies a transform that chooses the data property keys that you want to drop.
|
DropNullFields |
dropNullFields()
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
DynamicTransform |
dynamicTransform()
Specifies a custom visual transform created by a user.
|
DynamoDBCatalogSource |
dynamoDBCatalogSource()
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvaluateDataQuality |
evaluateDataQuality()
Specifies your data quality evaluation criteria.
|
EvaluateDataQualityMultiFrame |
evaluateDataQualityMultiFrame()
Specifies your data quality evaluation criteria.
|
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.
|
Filter |
filter()
Specifies a transform that splits a dataset into two, based on a filter condition.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GovernedCatalogSource |
governedCatalogSource()
Specifies a data source in a goverened Data Catalog.
|
GovernedCatalogTarget |
governedCatalogTarget()
Specifies a data target that writes to a goverened catalog.
|
int |
hashCode() |
JDBCConnectorSource |
jdbcConnectorSource()
Specifies a connector to a JDBC data source.
|
JDBCConnectorTarget |
jdbcConnectorTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
Join |
join()
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data
property keys.
|
Merge |
merge()
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based on
the specified primary keys to identify records. |
MicrosoftSQLServerCatalogSource |
microsoftSQLServerCatalogSource()
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
MicrosoftSQLServerCatalogTarget |
microsoftSQLServerCatalogTarget()
Specifies a target that uses Microsoft SQL.
|
MySQLCatalogSource |
mySQLCatalogSource()
Specifies a MySQL data source in the Glue Data Catalog.
|
MySQLCatalogTarget |
mySQLCatalogTarget()
Specifies a target that uses MySQL.
|
OracleSQLCatalogSource |
oracleSQLCatalogSource()
Specifies an Oracle data source in the Glue Data Catalog.
|
OracleSQLCatalogTarget |
oracleSQLCatalogTarget()
Specifies a target that uses Oracle SQL.
|
PIIDetection |
piiDetection()
Specifies a transform that identifies, removes or masks PII data.
|
PostgreSQLCatalogSource |
postgreSQLCatalogSource()
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
PostgreSQLCatalogTarget |
postgreSQLCatalogTarget()
Specifies a target that uses Postgres SQL.
|
Recipe |
recipe()
Specifies a Glue DataBrew recipe node.
|
RedshiftSource |
redshiftSource()
Specifies an Amazon Redshift data store.
|
RedshiftTarget |
redshiftTarget()
Specifies a target that uses Amazon Redshift.
|
RelationalCatalogSource |
relationalCatalogSource()
Specifies a relational catalog data store in the Glue Data Catalog.
|
RenameField |
renameField()
Specifies a transform that renames a single data property key.
|
S3CatalogDeltaSource |
s3CatalogDeltaSource()
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
S3CatalogHudiSource |
s3CatalogHudiSource()
Specifies a Hudi data source that is registered in the Glue Data Catalog.
|
S3CatalogSource |
s3CatalogSource()
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
S3CatalogTarget |
s3CatalogTarget()
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
S3CsvSource |
s3CsvSource()
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
S3DeltaCatalogTarget |
s3DeltaCatalogTarget()
Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.
|
S3DeltaDirectTarget |
s3DeltaDirectTarget()
Specifies a target that writes to a Delta Lake data source in Amazon S3.
|
S3DeltaSource |
s3DeltaSource()
Specifies a Delta Lake data source stored in Amazon S3.
|
S3DirectTarget |
s3DirectTarget()
Specifies a data target that writes to Amazon S3.
|
S3GlueParquetTarget |
s3GlueParquetTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
S3HudiCatalogTarget |
s3HudiCatalogTarget()
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
|
S3HudiDirectTarget |
s3HudiDirectTarget()
Specifies a target that writes to a Hudi data source in Amazon S3.
|
S3HudiSource |
s3HudiSource()
Specifies a Hudi data source stored in Amazon S3.
|
S3JsonSource |
s3JsonSource()
Specifies a JSON data store stored in Amazon S3.
|
S3ParquetSource |
s3ParquetSource()
Specifies an Apache Parquet data store stored in Amazon S3.
|
List<SdkField<?>> |
sdkFields() |
SelectFields |
selectFields()
Specifies a transform that chooses the data property keys that you want to keep.
|
SelectFromCollection |
selectFromCollection()
Specifies a transform that chooses one
DynamicFrame from a collection of DynamicFrames. |
static Class<? extends CodeGenConfigurationNode.Builder> |
serializableBuilderClass() |
SnowflakeSource |
snowflakeSource()
Specifies a Snowflake data source.
|
SnowflakeTarget |
snowflakeTarget()
Specifies a target that writes to a Snowflake data source.
|
SparkConnectorSource |
sparkConnectorSource()
Specifies a connector to an Apache Spark data source.
|
SparkConnectorTarget |
sparkConnectorTarget()
Specifies a target that uses an Apache Spark connector.
|
SparkSQL |
sparkSQL()
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
Spigot |
spigot()
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
SplitFields |
splitFields()
Specifies a transform that splits data property keys into two
DynamicFrames. |
CodeGenConfigurationNode.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Union |
union()
Specifies a transform that combines the rows from two or more datasets into a single result.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AthenaConnectorSource athenaConnectorSource()
Specifies a connector to an Amazon Athena data source.
public final JDBCConnectorSource jdbcConnectorSource()
Specifies a connector to a JDBC data source.
public final SparkConnectorSource sparkConnectorSource()
Specifies a connector to an Apache Spark data source.
public final CatalogSource catalogSource()
Specifies a data store in the Glue Data Catalog.
public final RedshiftSource redshiftSource()
Specifies an Amazon Redshift data store.
public final S3CatalogSource s3CatalogSource()
Specifies an Amazon S3 data store in the Glue Data Catalog.
public final S3CsvSource s3CsvSource()
Specifies a command-separated value (CSV) data store stored in Amazon S3.
public final S3JsonSource s3JsonSource()
Specifies a JSON data store stored in Amazon S3.
public final S3ParquetSource s3ParquetSource()
Specifies an Apache Parquet data store stored in Amazon S3.
public final RelationalCatalogSource relationalCatalogSource()
Specifies a relational catalog data store in the Glue Data Catalog.
public final DynamoDBCatalogSource dynamoDBCatalogSource()
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
public final JDBCConnectorTarget jdbcConnectorTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
public final SparkConnectorTarget sparkConnectorTarget()
Specifies a target that uses an Apache Spark connector.
public final BasicCatalogTarget catalogTarget()
Specifies a target that uses a Glue Data Catalog table.
public final RedshiftTarget redshiftTarget()
Specifies a target that uses Amazon Redshift.
public final S3CatalogTarget s3CatalogTarget()
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
public final S3GlueParquetTarget s3GlueParquetTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
public final S3DirectTarget s3DirectTarget()
Specifies a data target that writes to Amazon S3.
public final 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.
public final SelectFields selectFields()
Specifies a transform that chooses the data property keys that you want to keep.
public final DropFields dropFields()
Specifies a transform that chooses the data property keys that you want to drop.
public final RenameField renameField()
Specifies a transform that renames a single data property key.
public final Spigot spigot()
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
public final 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.
public final 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.
DynamicFrames. The output is a
collection of DynamicFrames: one with selected data property keys, and one with the
remaining data property keys.public final SelectFromCollection selectFromCollection()
Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames.
The output is the selected DynamicFrame
DynamicFrame from a collection of
DynamicFrames. The output is the selected DynamicFramepublic final 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.
public final Filter filter()
Specifies a transform that splits a dataset into two, based on a filter condition.
public final CustomCode customCode()
Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
public final 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.
DynamicFrame.public final DirectKinesisSource directKinesisSource()
Specifies a direct Amazon Kinesis data source.
public final DirectKafkaSource directKafkaSource()
Specifies an Apache Kafka data store.
public final CatalogKinesisSource catalogKinesisSource()
Specifies a Kinesis data source in the Glue Data Catalog.
public final CatalogKafkaSource catalogKafkaSource()
Specifies an Apache Kafka data store in the Data Catalog.
public final 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.
public final 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.
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.public final Union union()
Specifies a transform that combines the rows from two or more datasets into a single result.
public final PIIDetection piiDetection()
Specifies a transform that identifies, removes or masks PII data.
public final Aggregate aggregate()
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
public final DropDuplicates dropDuplicates()
Specifies a transform that removes rows of repeating data from a data set.
public final GovernedCatalogTarget governedCatalogTarget()
Specifies a data target that writes to a goverened catalog.
public final GovernedCatalogSource governedCatalogSource()
Specifies a data source in a goverened Data Catalog.
public final MicrosoftSQLServerCatalogSource microsoftSQLServerCatalogSource()
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
public final MySQLCatalogSource mySQLCatalogSource()
Specifies a MySQL data source in the Glue Data Catalog.
public final OracleSQLCatalogSource oracleSQLCatalogSource()
Specifies an Oracle data source in the Glue Data Catalog.
public final PostgreSQLCatalogSource postgreSQLCatalogSource()
Specifies a PostgresSQL data source in the Glue Data Catalog.
public final MicrosoftSQLServerCatalogTarget microsoftSQLServerCatalogTarget()
Specifies a target that uses Microsoft SQL.
public final MySQLCatalogTarget mySQLCatalogTarget()
Specifies a target that uses MySQL.
public final OracleSQLCatalogTarget oracleSQLCatalogTarget()
Specifies a target that uses Oracle SQL.
public final PostgreSQLCatalogTarget postgreSQLCatalogTarget()
Specifies a target that uses Postgres SQL.
public final DynamicTransform dynamicTransform()
Specifies a custom visual transform created by a user.
public final EvaluateDataQuality evaluateDataQuality()
Specifies your data quality evaluation criteria.
public final S3CatalogHudiSource s3CatalogHudiSource()
Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
public final CatalogHudiSource catalogHudiSource()
Specifies a Hudi data source that is registered in the Glue Data Catalog.
public final S3HudiSource s3HudiSource()
Specifies a Hudi data source stored in Amazon S3.
public final S3HudiCatalogTarget s3HudiCatalogTarget()
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
public final S3HudiDirectTarget s3HudiDirectTarget()
Specifies a target that writes to a Hudi data source in Amazon S3.
public final DirectJDBCSource directJDBCSource()
public final S3CatalogDeltaSource s3CatalogDeltaSource()
Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
public final CatalogDeltaSource catalogDeltaSource()
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
public final S3DeltaSource s3DeltaSource()
Specifies a Delta Lake data source stored in Amazon S3.
public final S3DeltaCatalogTarget s3DeltaCatalogTarget()
Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.
public final S3DeltaDirectTarget s3DeltaDirectTarget()
Specifies a target that writes to a Delta Lake data source in Amazon S3.
public final AmazonRedshiftSource amazonRedshiftSource()
Specifies a target that writes to a data source in Amazon Redshift.
public final AmazonRedshiftTarget amazonRedshiftTarget()
Specifies a target that writes to a data target in Amazon Redshift.
public final EvaluateDataQualityMultiFrame evaluateDataQualityMultiFrame()
Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.
public final Recipe recipe()
Specifies a Glue DataBrew recipe node.
public final SnowflakeSource snowflakeSource()
Specifies a Snowflake data source.
public final SnowflakeTarget snowflakeTarget()
Specifies a target that writes to a Snowflake data source.
public CodeGenConfigurationNode.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeGenConfigurationNode.Builder,CodeGenConfigurationNode>public static CodeGenConfigurationNode.Builder builder()
public static Class<? extends CodeGenConfigurationNode.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.