| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
GlueConfiguration |
GlueConfiguration.clone() |
GlueConfiguration |
S3DestinationConfiguration.getGlueConfiguration()
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
|
GlueConfiguration |
GlueConfiguration.withDatabaseName(String databaseName)
The name of the database in your AWS Glue Data Catalog in which the table is located.
|
GlueConfiguration |
GlueConfiguration.withTableName(String tableName)
The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and
load) operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3DestinationConfiguration.setGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
|
Copyright © 2020. All rights reserved.