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