@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeGenConfigurationNode extends Object implements Serializable, Cloneable, StructuredPojo
CodeGenConfigurationNode
enumerates all valid Node types. One and only one of its member variables can
be populated.
Constructor and Description |
---|
CodeGenConfigurationNode() |
Modifier and Type | Method and Description |
---|---|
CodeGenConfigurationNode |
clone() |
boolean |
equals(Object obj) |
Aggregate |
getAggregate()
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
|
ApplyMapping |
getApplyMapping()
Specifies a transform that maps data property keys in the data source to data property keys in the data target.
|
AthenaConnectorSource |
getAthenaConnectorSource()
Specifies a connector to an Amazon Athena data source.
|
CatalogKafkaSource |
getCatalogKafkaSource()
Specifies an Apache Kafka data store in the Data Catalog.
|
CatalogKinesisSource |
getCatalogKinesisSource()
Specifies a Kinesis data source in the Glue Data Catalog.
|
CatalogSource |
getCatalogSource()
Specifies a data store in the Glue Data Catalog.
|
BasicCatalogTarget |
getCatalogTarget()
Specifies a target that uses a Glue Data Catalog table.
|
CustomCode |
getCustomCode()
Specifies a transform that uses custom code you provide to perform the data transformation.
|
DirectKafkaSource |
getDirectKafkaSource()
Specifies an Apache Kafka data store.
|
DirectKinesisSource |
getDirectKinesisSource()
Specifies a direct Amazon Kinesis data source.
|
DropDuplicates |
getDropDuplicates()
Specifies a transform that removes rows of repeating data from a data set.
|
DropFields |
getDropFields()
Specifies a transform that chooses the data property keys that you want to drop.
|
DropNullFields |
getDropNullFields()
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
DynamoDBCatalogSource |
getDynamoDBCatalogSource() |
FillMissingValues |
getFillMissingValues()
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 |
getFilter()
Specifies a transform that splits a dataset into two, based on a filter condition.
|
GovernedCatalogSource |
getGovernedCatalogSource()
Specifies a data source in a goverened Data Catalog.
|
GovernedCatalogTarget |
getGovernedCatalogTarget()
Specifies a data target that writes to a goverened catalog.
|
JDBCConnectorSource |
getJDBCConnectorSource()
Specifies a connector to a JDBC data source.
|
JDBCConnectorTarget |
getJDBCConnectorTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
Join |
getJoin()
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data
property keys.
|
Merge |
getMerge()
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based on
the specified primary keys to identify records. |
MicrosoftSQLServerCatalogSource |
getMicrosoftSQLServerCatalogSource()
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
MicrosoftSQLServerCatalogTarget |
getMicrosoftSQLServerCatalogTarget()
Specifies a target that uses Microsoft SQL.
|
MySQLCatalogSource |
getMySQLCatalogSource()
Specifies a MySQL data source in the Glue Data Catalog.
|
MySQLCatalogTarget |
getMySQLCatalogTarget()
Specifies a target that uses MySQL.
|
OracleSQLCatalogSource |
getOracleSQLCatalogSource()
Specifies an Oracle data source in the Glue Data Catalog.
|
OracleSQLCatalogTarget |
getOracleSQLCatalogTarget()
Specifies a target that uses Oracle SQL.
|
PIIDetection |
getPIIDetection()
Specifies a transform that identifies, removes or masks PII data.
|
PostgreSQLCatalogSource |
getPostgreSQLCatalogSource()
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
PostgreSQLCatalogTarget |
getPostgreSQLCatalogTarget()
Specifies a target that uses Postgres SQL.
|
RedshiftSource |
getRedshiftSource()
Specifies an Amazon Redshift data store.
|
RedshiftTarget |
getRedshiftTarget()
Specifies a target that uses Amazon Redshift.
|
RelationalCatalogSource |
getRelationalCatalogSource() |
RenameField |
getRenameField()
Specifies a transform that renames a single data property key.
|
S3CatalogSource |
getS3CatalogSource()
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
S3CatalogTarget |
getS3CatalogTarget()
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
S3CsvSource |
getS3CsvSource()
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
S3DirectTarget |
getS3DirectTarget()
Specifies a data target that writes to Amazon S3.
|
S3GlueParquetTarget |
getS3GlueParquetTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
S3JsonSource |
getS3JsonSource()
Specifies a JSON data store stored in Amazon S3.
|
S3ParquetSource |
getS3ParquetSource()
Specifies an Apache Parquet data store stored in Amazon S3.
|
SelectFields |
getSelectFields()
Specifies a transform that chooses the data property keys that you want to keep.
|
SelectFromCollection |
getSelectFromCollection()
Specifies a transform that chooses one
DynamicFrame from a collection of DynamicFrames . |
SparkConnectorSource |
getSparkConnectorSource()
Specifies a connector to an Apache Spark data source.
|
SparkConnectorTarget |
getSparkConnectorTarget()
Specifies a target that uses an Apache Spark connector.
|
SparkSQL |
getSparkSQL()
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
Spigot |
getSpigot()
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
SplitFields |
getSplitFields()
Specifies a transform that splits data property keys into two
DynamicFrames . |
Union |
getUnion()
Specifies a transform that combines the rows from two or more datasets into a single result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAggregate(Aggregate aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
|
void |
setApplyMapping(ApplyMapping applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data target.
|
void |
setAthenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
|
void |
setCatalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
|
void |
setCatalogKinesisSource(CatalogKinesisSource catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
|
void |
setCatalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
|
void |
setCatalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
|
void |
setCustomCode(CustomCode customCode)
Specifies a transform that uses custom code you provide to perform the data transformation.
|
void |
setDirectKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
|
void |
setDirectKinesisSource(DirectKinesisSource directKinesisSource)
Specifies a direct Amazon Kinesis data source.
|
void |
setDropDuplicates(DropDuplicates dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
|
void |
setDropFields(DropFields dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
|
void |
setDropNullFields(DropNullFields dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
void |
setDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource) |
void |
setFillMissingValues(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.
|
void |
setFilter(Filter filter)
Specifies a transform that splits a dataset into two, based on a filter condition.
|
void |
setGovernedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
|
void |
setGovernedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
|
void |
setJDBCConnectorSource(JDBCConnectorSource jDBCConnectorSource)
Specifies a connector to a JDBC data source.
|
void |
setJDBCConnectorTarget(JDBCConnectorTarget jDBCConnectorTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
void |
setJoin(Join join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data
property keys.
|
void |
setMerge(Merge merge)
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based on
the specified primary keys to identify records. |
void |
setMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
void |
setMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
|
void |
setMySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
|
void |
setMySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
|
void |
setOracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
|
void |
setOracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
|
void |
setPIIDetection(PIIDetection pIIDetection)
Specifies a transform that identifies, removes or masks PII data.
|
void |
setPostgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
void |
setPostgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
|
void |
setRedshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
|
void |
setRedshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
|
void |
setRelationalCatalogSource(RelationalCatalogSource relationalCatalogSource) |
void |
setRenameField(RenameField renameField)
Specifies a transform that renames a single data property key.
|
void |
setS3CatalogSource(S3CatalogSource s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
void |
setS3CatalogTarget(S3CatalogTarget s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
void |
setS3CsvSource(S3CsvSource s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
void |
setS3DirectTarget(S3DirectTarget s3DirectTarget)
Specifies a data target that writes to Amazon S3.
|
void |
setS3GlueParquetTarget(S3GlueParquetTarget s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
void |
setS3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
|
void |
setS3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
|
void |
setSelectFields(SelectFields selectFields)
Specifies a transform that chooses the data property keys that you want to keep.
|
void |
setSelectFromCollection(SelectFromCollection selectFromCollection)
Specifies a transform that chooses one
DynamicFrame from a collection of DynamicFrames . |
void |
setSparkConnectorSource(SparkConnectorSource sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
|
void |
setSparkConnectorTarget(SparkConnectorTarget sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
|
void |
setSparkSQL(SparkSQL sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
void |
setSpigot(Spigot spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
void |
setSplitFields(SplitFields splitFields)
Specifies a transform that splits data property keys into two
DynamicFrames . |
void |
setUnion(Union union)
Specifies a transform that combines the rows from two or more datasets into a single result.
|
String |
toString()
Returns a string representation of this object.
|
CodeGenConfigurationNode |
withAggregate(Aggregate aggregate)
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
|
CodeGenConfigurationNode |
withApplyMapping(ApplyMapping applyMapping)
Specifies a transform that maps data property keys in the data source to data property keys in the data target.
|
CodeGenConfigurationNode |
withAthenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
|
CodeGenConfigurationNode |
withCatalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
|
CodeGenConfigurationNode |
withCatalogKinesisSource(CatalogKinesisSource catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
withCatalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
|
CodeGenConfigurationNode |
withCatalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
|
CodeGenConfigurationNode |
withCustomCode(CustomCode customCode)
Specifies a transform that uses custom code you provide to perform the data transformation.
|
CodeGenConfigurationNode |
withDirectKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
|
CodeGenConfigurationNode |
withDirectKinesisSource(DirectKinesisSource directKinesisSource)
Specifies a direct Amazon Kinesis data source.
|
CodeGenConfigurationNode |
withDropDuplicates(DropDuplicates dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
|
CodeGenConfigurationNode |
withDropFields(DropFields dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
|
CodeGenConfigurationNode |
withDropNullFields(DropNullFields dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
CodeGenConfigurationNode |
withDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource) |
CodeGenConfigurationNode |
withFillMissingValues(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.
|
CodeGenConfigurationNode |
withFilter(Filter filter)
Specifies a transform that splits a dataset into two, based on a filter condition.
|
CodeGenConfigurationNode |
withGovernedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
|
CodeGenConfigurationNode |
withGovernedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
|
CodeGenConfigurationNode |
withJDBCConnectorSource(JDBCConnectorSource jDBCConnectorSource)
Specifies a connector to a JDBC data source.
|
CodeGenConfigurationNode |
withJDBCConnectorTarget(JDBCConnectorTarget jDBCConnectorTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
CodeGenConfigurationNode |
withJoin(Join join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data
property keys.
|
CodeGenConfigurationNode |
withMerge(Merge merge)
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based on
the specified primary keys to identify records. |
CodeGenConfigurationNode |
withMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSource microsoftSQLServerCatalogSource)
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
withMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
|
CodeGenConfigurationNode |
withMySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
withMySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
|
CodeGenConfigurationNode |
withOracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
withOracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
|
CodeGenConfigurationNode |
withPIIDetection(PIIDetection pIIDetection)
Specifies a transform that identifies, removes or masks PII data.
|
CodeGenConfigurationNode |
withPostgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
withPostgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
|
CodeGenConfigurationNode |
withRedshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
|
CodeGenConfigurationNode |
withRedshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
|
CodeGenConfigurationNode |
withRelationalCatalogSource(RelationalCatalogSource relationalCatalogSource) |
CodeGenConfigurationNode |
withRenameField(RenameField renameField)
Specifies a transform that renames a single data property key.
|
CodeGenConfigurationNode |
withS3CatalogSource(S3CatalogSource s3CatalogSource)
Specifies an Amazon S3 data store in the Glue Data Catalog.
|
CodeGenConfigurationNode |
withS3CatalogTarget(S3CatalogTarget s3CatalogTarget)
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
|
CodeGenConfigurationNode |
withS3CsvSource(S3CsvSource s3CsvSource)
Specifies a command-separated value (CSV) data store stored in Amazon S3.
|
CodeGenConfigurationNode |
withS3DirectTarget(S3DirectTarget s3DirectTarget)
Specifies a data target that writes to Amazon S3.
|
CodeGenConfigurationNode |
withS3GlueParquetTarget(S3GlueParquetTarget s3GlueParquetTarget)
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
|
CodeGenConfigurationNode |
withS3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
|
CodeGenConfigurationNode |
withS3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
|
CodeGenConfigurationNode |
withSelectFields(SelectFields selectFields)
Specifies a transform that chooses the data property keys that you want to keep.
|
CodeGenConfigurationNode |
withSelectFromCollection(SelectFromCollection selectFromCollection)
Specifies a transform that chooses one
DynamicFrame from a collection of DynamicFrames . |
CodeGenConfigurationNode |
withSparkConnectorSource(SparkConnectorSource sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
|
CodeGenConfigurationNode |
withSparkConnectorTarget(SparkConnectorTarget sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
|
CodeGenConfigurationNode |
withSparkSQL(SparkSQL sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
CodeGenConfigurationNode |
withSpigot(Spigot spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
CodeGenConfigurationNode |
withSplitFields(SplitFields splitFields)
Specifies a transform that splits data property keys into two
DynamicFrames . |
CodeGenConfigurationNode |
withUnion(Union union)
Specifies a transform that combines the rows from two or more datasets into a single result.
|
public void setAthenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
athenaConnectorSource
- Specifies a connector to an Amazon Athena data source.public AthenaConnectorSource getAthenaConnectorSource()
Specifies a connector to an Amazon Athena data source.
public CodeGenConfigurationNode withAthenaConnectorSource(AthenaConnectorSource athenaConnectorSource)
Specifies a connector to an Amazon Athena data source.
athenaConnectorSource
- Specifies a connector to an Amazon Athena data source.public void setJDBCConnectorSource(JDBCConnectorSource jDBCConnectorSource)
Specifies a connector to a JDBC data source.
jDBCConnectorSource
- Specifies a connector to a JDBC data source.public JDBCConnectorSource getJDBCConnectorSource()
Specifies a connector to a JDBC data source.
public CodeGenConfigurationNode withJDBCConnectorSource(JDBCConnectorSource jDBCConnectorSource)
Specifies a connector to a JDBC data source.
jDBCConnectorSource
- Specifies a connector to a JDBC data source.public void setSparkConnectorSource(SparkConnectorSource sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
sparkConnectorSource
- Specifies a connector to an Apache Spark data source.public SparkConnectorSource getSparkConnectorSource()
Specifies a connector to an Apache Spark data source.
public CodeGenConfigurationNode withSparkConnectorSource(SparkConnectorSource sparkConnectorSource)
Specifies a connector to an Apache Spark data source.
sparkConnectorSource
- Specifies a connector to an Apache Spark data source.public void setCatalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
catalogSource
- Specifies a data store in the Glue Data Catalog.public CatalogSource getCatalogSource()
Specifies a data store in the Glue Data Catalog.
public CodeGenConfigurationNode withCatalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
catalogSource
- Specifies a data store in the Glue Data Catalog.public void setRedshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
redshiftSource
- Specifies an Amazon Redshift data store.public RedshiftSource getRedshiftSource()
Specifies an Amazon Redshift data store.
public CodeGenConfigurationNode withRedshiftSource(RedshiftSource redshiftSource)
Specifies an Amazon Redshift data store.
redshiftSource
- Specifies an Amazon Redshift data store.public void setS3CatalogSource(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.public S3CatalogSource getS3CatalogSource()
Specifies an Amazon S3 data store in the Glue Data Catalog.
public CodeGenConfigurationNode withS3CatalogSource(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.public void setS3CsvSource(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.public S3CsvSource getS3CsvSource()
Specifies a command-separated value (CSV) data store stored in Amazon S3.
public CodeGenConfigurationNode withS3CsvSource(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.public void setS3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
s3JsonSource
- Specifies a JSON data store stored in Amazon S3.public S3JsonSource getS3JsonSource()
Specifies a JSON data store stored in Amazon S3.
public CodeGenConfigurationNode withS3JsonSource(S3JsonSource s3JsonSource)
Specifies a JSON data store stored in Amazon S3.
s3JsonSource
- Specifies a JSON data store stored in Amazon S3.public void setS3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
s3ParquetSource
- Specifies an Apache Parquet data store stored in Amazon S3.public S3ParquetSource getS3ParquetSource()
Specifies an Apache Parquet data store stored in Amazon S3.
public CodeGenConfigurationNode withS3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
s3ParquetSource
- Specifies an Apache Parquet data store stored in Amazon S3.public void setRelationalCatalogSource(RelationalCatalogSource relationalCatalogSource)
relationalCatalogSource
- public RelationalCatalogSource getRelationalCatalogSource()
public CodeGenConfigurationNode withRelationalCatalogSource(RelationalCatalogSource relationalCatalogSource)
relationalCatalogSource
- public void setDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource)
dynamoDBCatalogSource
- public DynamoDBCatalogSource getDynamoDBCatalogSource()
public CodeGenConfigurationNode withDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource)
dynamoDBCatalogSource
- public void setJDBCConnectorTarget(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.public JDBCConnectorTarget getJDBCConnectorTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
public CodeGenConfigurationNode withJDBCConnectorTarget(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.public void setSparkConnectorTarget(SparkConnectorTarget sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
sparkConnectorTarget
- Specifies a target that uses an Apache Spark connector.public SparkConnectorTarget getSparkConnectorTarget()
Specifies a target that uses an Apache Spark connector.
public CodeGenConfigurationNode withSparkConnectorTarget(SparkConnectorTarget sparkConnectorTarget)
Specifies a target that uses an Apache Spark connector.
sparkConnectorTarget
- Specifies a target that uses an Apache Spark connector.public void setCatalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
catalogTarget
- Specifies a target that uses a Glue Data Catalog table.public BasicCatalogTarget getCatalogTarget()
Specifies a target that uses a Glue Data Catalog table.
public CodeGenConfigurationNode withCatalogTarget(BasicCatalogTarget catalogTarget)
Specifies a target that uses a Glue Data Catalog table.
catalogTarget
- Specifies a target that uses a Glue Data Catalog table.public void setRedshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
redshiftTarget
- Specifies a target that uses Amazon Redshift.public RedshiftTarget getRedshiftTarget()
Specifies a target that uses Amazon Redshift.
public CodeGenConfigurationNode withRedshiftTarget(RedshiftTarget redshiftTarget)
Specifies a target that uses Amazon Redshift.
redshiftTarget
- Specifies a target that uses Amazon Redshift.public void setS3CatalogTarget(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.public S3CatalogTarget getS3CatalogTarget()
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
public CodeGenConfigurationNode withS3CatalogTarget(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.public void setS3GlueParquetTarget(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.public S3GlueParquetTarget getS3GlueParquetTarget()
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
public CodeGenConfigurationNode withS3GlueParquetTarget(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.public void setS3DirectTarget(S3DirectTarget s3DirectTarget)
Specifies a data target that writes to Amazon S3.
s3DirectTarget
- Specifies a data target that writes to Amazon S3.public S3DirectTarget getS3DirectTarget()
Specifies a data target that writes to Amazon S3.
public CodeGenConfigurationNode withS3DirectTarget(S3DirectTarget s3DirectTarget)
Specifies a data target that writes to Amazon S3.
s3DirectTarget
- Specifies a data target that writes to Amazon S3.public void setApplyMapping(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.public ApplyMapping getApplyMapping()
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 CodeGenConfigurationNode withApplyMapping(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.public void setSelectFields(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.public SelectFields getSelectFields()
Specifies a transform that chooses the data property keys that you want to keep.
public CodeGenConfigurationNode withSelectFields(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.public void setDropFields(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.public DropFields getDropFields()
Specifies a transform that chooses the data property keys that you want to drop.
public CodeGenConfigurationNode withDropFields(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.public void setRenameField(RenameField renameField)
Specifies a transform that renames a single data property key.
renameField
- Specifies a transform that renames a single data property key.public RenameField getRenameField()
Specifies a transform that renames a single data property key.
public CodeGenConfigurationNode withRenameField(RenameField renameField)
Specifies a transform that renames a single data property key.
renameField
- Specifies a transform that renames a single data property key.public void setSpigot(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.public Spigot getSpigot()
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
public CodeGenConfigurationNode withSpigot(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.public void setJoin(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.public Join getJoin()
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 CodeGenConfigurationNode withJoin(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.public void setSplitFields(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.public SplitFields getSplitFields()
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 CodeGenConfigurationNode withSplitFields(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.public void setSelectFromCollection(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
public SelectFromCollection getSelectFromCollection()
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 DynamicFrame
public CodeGenConfigurationNode withSelectFromCollection(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
public void setFillMissingValues(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.public FillMissingValues getFillMissingValues()
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 CodeGenConfigurationNode withFillMissingValues(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.public void setFilter(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.public Filter getFilter()
Specifies a transform that splits a dataset into two, based on a filter condition.
public CodeGenConfigurationNode withFilter(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.public void setCustomCode(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.public CustomCode getCustomCode()
Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
public CodeGenConfigurationNode withCustomCode(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.public void setSparkSQL(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
.public SparkSQL getSparkSQL()
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 CodeGenConfigurationNode withSparkSQL(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
.public void setDirectKinesisSource(DirectKinesisSource directKinesisSource)
Specifies a direct Amazon Kinesis data source.
directKinesisSource
- Specifies a direct Amazon Kinesis data source.public DirectKinesisSource getDirectKinesisSource()
Specifies a direct Amazon Kinesis data source.
public CodeGenConfigurationNode withDirectKinesisSource(DirectKinesisSource directKinesisSource)
Specifies a direct Amazon Kinesis data source.
directKinesisSource
- Specifies a direct Amazon Kinesis data source.public void setDirectKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
directKafkaSource
- Specifies an Apache Kafka data store.public DirectKafkaSource getDirectKafkaSource()
Specifies an Apache Kafka data store.
public CodeGenConfigurationNode withDirectKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
directKafkaSource
- Specifies an Apache Kafka data store.public void setCatalogKinesisSource(CatalogKinesisSource catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
catalogKinesisSource
- Specifies a Kinesis data source in the Glue Data Catalog.public CatalogKinesisSource getCatalogKinesisSource()
Specifies a Kinesis data source in the Glue Data Catalog.
public CodeGenConfigurationNode withCatalogKinesisSource(CatalogKinesisSource catalogKinesisSource)
Specifies a Kinesis data source in the Glue Data Catalog.
catalogKinesisSource
- Specifies a Kinesis data source in the Glue Data Catalog.public void setCatalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
catalogKafkaSource
- Specifies an Apache Kafka data store in the Data Catalog.public CatalogKafkaSource getCatalogKafkaSource()
Specifies an Apache Kafka data store in the Data Catalog.
public CodeGenConfigurationNode withCatalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
catalogKafkaSource
- Specifies an Apache Kafka data store in the Data Catalog.public void setDropNullFields(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.public DropNullFields getDropNullFields()
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 CodeGenConfigurationNode withDropNullFields(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.public void setMerge(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.public Merge getMerge()
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 CodeGenConfigurationNode withMerge(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.public void setUnion(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.public Union getUnion()
Specifies a transform that combines the rows from two or more datasets into a single result.
public CodeGenConfigurationNode withUnion(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.public void setPIIDetection(PIIDetection pIIDetection)
Specifies a transform that identifies, removes or masks PII data.
pIIDetection
- Specifies a transform that identifies, removes or masks PII data.public PIIDetection getPIIDetection()
Specifies a transform that identifies, removes or masks PII data.
public CodeGenConfigurationNode withPIIDetection(PIIDetection pIIDetection)
Specifies a transform that identifies, removes or masks PII data.
pIIDetection
- Specifies a transform that identifies, removes or masks PII data.public void setAggregate(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.public Aggregate getAggregate()
Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.
public CodeGenConfigurationNode withAggregate(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.public void setDropDuplicates(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.public DropDuplicates getDropDuplicates()
Specifies a transform that removes rows of repeating data from a data set.
public CodeGenConfigurationNode withDropDuplicates(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.public void setGovernedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
governedCatalogTarget
- Specifies a data target that writes to a goverened catalog.public GovernedCatalogTarget getGovernedCatalogTarget()
Specifies a data target that writes to a goverened catalog.
public CodeGenConfigurationNode withGovernedCatalogTarget(GovernedCatalogTarget governedCatalogTarget)
Specifies a data target that writes to a goverened catalog.
governedCatalogTarget
- Specifies a data target that writes to a goverened catalog.public void setGovernedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
governedCatalogSource
- Specifies a data source in a goverened Data Catalog.public GovernedCatalogSource getGovernedCatalogSource()
Specifies a data source in a goverened Data Catalog.
public CodeGenConfigurationNode withGovernedCatalogSource(GovernedCatalogSource governedCatalogSource)
Specifies a data source in a goverened Data Catalog.
governedCatalogSource
- Specifies a data source in a goverened Data Catalog.public void setMicrosoftSQLServerCatalogSource(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.public MicrosoftSQLServerCatalogSource getMicrosoftSQLServerCatalogSource()
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
public CodeGenConfigurationNode withMicrosoftSQLServerCatalogSource(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.public void setMySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
mySQLCatalogSource
- Specifies a MySQL data source in the Glue Data Catalog.public MySQLCatalogSource getMySQLCatalogSource()
Specifies a MySQL data source in the Glue Data Catalog.
public CodeGenConfigurationNode withMySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
mySQLCatalogSource
- Specifies a MySQL data source in the Glue Data Catalog.public void setOracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
oracleSQLCatalogSource
- Specifies an Oracle data source in the Glue Data Catalog.public OracleSQLCatalogSource getOracleSQLCatalogSource()
Specifies an Oracle data source in the Glue Data Catalog.
public CodeGenConfigurationNode withOracleSQLCatalogSource(OracleSQLCatalogSource oracleSQLCatalogSource)
Specifies an Oracle data source in the Glue Data Catalog.
oracleSQLCatalogSource
- Specifies an Oracle data source in the Glue Data Catalog.public void setPostgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
postgreSQLCatalogSource
- Specifies a PostgresSQL data source in the Glue Data Catalog.public PostgreSQLCatalogSource getPostgreSQLCatalogSource()
Specifies a PostgresSQL data source in the Glue Data Catalog.
public CodeGenConfigurationNode withPostgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
postgreSQLCatalogSource
- Specifies a PostgresSQL data source in the Glue Data Catalog.public void setMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
microsoftSQLServerCatalogTarget
- Specifies a target that uses Microsoft SQL.public MicrosoftSQLServerCatalogTarget getMicrosoftSQLServerCatalogTarget()
Specifies a target that uses Microsoft SQL.
public CodeGenConfigurationNode withMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTarget microsoftSQLServerCatalogTarget)
Specifies a target that uses Microsoft SQL.
microsoftSQLServerCatalogTarget
- Specifies a target that uses Microsoft SQL.public void setMySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
mySQLCatalogTarget
- Specifies a target that uses MySQL.public MySQLCatalogTarget getMySQLCatalogTarget()
Specifies a target that uses MySQL.
public CodeGenConfigurationNode withMySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
mySQLCatalogTarget
- Specifies a target that uses MySQL.public void setOracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
oracleSQLCatalogTarget
- Specifies a target that uses Oracle SQL.public OracleSQLCatalogTarget getOracleSQLCatalogTarget()
Specifies a target that uses Oracle SQL.
public CodeGenConfigurationNode withOracleSQLCatalogTarget(OracleSQLCatalogTarget oracleSQLCatalogTarget)
Specifies a target that uses Oracle SQL.
oracleSQLCatalogTarget
- Specifies a target that uses Oracle SQL.public void setPostgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
postgreSQLCatalogTarget
- Specifies a target that uses Postgres SQL.public PostgreSQLCatalogTarget getPostgreSQLCatalogTarget()
Specifies a target that uses Postgres SQL.
public CodeGenConfigurationNode withPostgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
postgreSQLCatalogTarget
- Specifies a target that uses Postgres SQL.public String toString()
toString
in class Object
Object.toString()
public CodeGenConfigurationNode clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.