| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaConfiguration.Builder |
SchemaConfiguration.builder() |
SchemaConfiguration.Builder |
SchemaConfiguration.Builder.catalogId(String catalogId)
The ID of the Amazon Web Services Glue Data Catalog.
|
SchemaConfiguration.Builder |
SchemaConfiguration.Builder.databaseName(String databaseName)
Specifies the name of the Amazon Web Services Glue database that contains the schema for the output data.
|
SchemaConfiguration.Builder |
SchemaConfiguration.Builder.region(String region)
If you don't specify an Amazon Web Services Region, the default is the current Region.
|
SchemaConfiguration.Builder |
SchemaConfiguration.Builder.roleARN(String roleARN)
The role that Kinesis Data Firehose can use to access Amazon Web Services Glue.
|
SchemaConfiguration.Builder |
SchemaConfiguration.Builder.tableName(String tableName)
Specifies the Amazon Web Services Glue table that contains the column information that constitutes your data
schema.
|
SchemaConfiguration.Builder |
SchemaConfiguration.toBuilder() |
SchemaConfiguration.Builder |
SchemaConfiguration.Builder.versionId(String versionId)
Specifies the table version for the output data schema.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchemaConfiguration.Builder> |
SchemaConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataFormatConversionConfiguration.Builder |
DataFormatConversionConfiguration.Builder.schemaConfiguration(Consumer<SchemaConfiguration.Builder> schemaConfiguration)
Specifies the Amazon Web Services Glue Data Catalog table that contains the column information.
|
Copyright © 2023. All rights reserved.