| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaConfiguration |
SchemaConfiguration.clone() |
SchemaConfiguration |
DataFormatConversionConfiguration.getSchemaConfiguration()
Specifies the Amazon Web Services Glue Data Catalog table that contains the column information.
|
SchemaConfiguration |
SchemaConfiguration.withCatalogId(String catalogId)
The ID of the Amazon Web Services Glue Data Catalog.
|
SchemaConfiguration |
SchemaConfiguration.withDatabaseName(String databaseName)
Specifies the name of the Amazon Web Services Glue database that contains the schema for the output data.
|
SchemaConfiguration |
SchemaConfiguration.withRegion(String region)
If you don't specify an Amazon Web Services Region, the default is the current Region.
|
SchemaConfiguration |
SchemaConfiguration.withRoleARN(String roleARN)
The role that Kinesis Data Firehose can use to access Amazon Web Services Glue.
|
SchemaConfiguration |
SchemaConfiguration.withTableName(String tableName)
Specifies the Amazon Web Services Glue table that contains the column information that constitutes your data
schema.
|
SchemaConfiguration |
SchemaConfiguration.withVersionId(String versionId)
Specifies the table version for the output data schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataFormatConversionConfiguration.setSchemaConfiguration(SchemaConfiguration schemaConfiguration)
Specifies the Amazon Web Services Glue Data Catalog table that contains the column information.
|
DataFormatConversionConfiguration |
DataFormatConversionConfiguration.withSchemaConfiguration(SchemaConfiguration schemaConfiguration)
Specifies the Amazon Web Services Glue Data Catalog table that contains the column information.
|
Copyright © 2024. All rights reserved.