@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.
|
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() |
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.
|
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'.
|
DynamoDBCatalogSource |
dynamoDBCatalogSource()
Returns the value of the DynamoDBCatalogSource property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
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.
|
RedshiftSource |
redshiftSource()
Specifies an Amazon Redshift data store.
|
RedshiftTarget |
redshiftTarget()
Specifies a target that uses Amazon Redshift.
|
RelationalCatalogSource |
relationalCatalogSource()
Returns the value of the RelationalCatalogSource property for this object.
|
RenameField |
renameField()
Specifies a transform that renames a single data property key.
|
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.
|
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.
|
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() |
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()
public final DynamoDBCatalogSource dynamoDBCatalogSource()
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 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 © 2022. All rights reserved.