public static interface SchemaConfiguration.Builder extends SdkPojo, CopyableBuilder<SchemaConfiguration.Builder,SchemaConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SchemaConfiguration.Builder |
catalogId(String catalogId)
The ID of the Amazon Web Services Glue Data Catalog.
|
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 |
region(String region)
If you don't specify an Amazon Web Services Region, the default is the current Region.
|
SchemaConfiguration.Builder |
roleARN(String roleARN)
The role that Kinesis Data Firehose can use to access Amazon Web Services Glue.
|
SchemaConfiguration.Builder |
tableName(String tableName)
Specifies the Amazon Web Services Glue table that contains the column information that constitutes your data
schema.
|
SchemaConfiguration.Builder |
versionId(String versionId)
Specifies the table version for the output data schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaConfiguration.Builder roleARN(String roleARN)
The role that Kinesis Data Firehose can use to access Amazon Web Services Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.
If the SchemaConfiguration request parameter is used as part of invoking the
CreateDeliveryStream API, then the RoleARN property is required and its value must
be specified.
roleARN - The role that Kinesis Data Firehose can use to access Amazon Web Services Glue. This role must be in
the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.
If the SchemaConfiguration request parameter is used as part of invoking the
CreateDeliveryStream API, then the RoleARN property is required and its
value must be specified.
SchemaConfiguration.Builder catalogId(String catalogId)
The ID of the Amazon Web Services Glue Data Catalog. If you don't supply this, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Amazon Web Services Glue Data Catalog. If you don't supply this, the Amazon Web Services
account ID is used by default.SchemaConfiguration.Builder databaseName(String databaseName)
Specifies the name of the Amazon Web Services Glue database that contains the schema for the output data.
If the SchemaConfiguration request parameter is used as part of invoking the
CreateDeliveryStream API, then the DatabaseName property is required and its value
must be specified.
databaseName - Specifies the name of the Amazon Web Services Glue database that contains the schema for the output
data.
If the SchemaConfiguration request parameter is used as part of invoking the
CreateDeliveryStream API, then the DatabaseName property is required and its
value must be specified.
SchemaConfiguration.Builder tableName(String tableName)
Specifies the Amazon Web Services Glue table that contains the column information that constitutes your data schema.
If the SchemaConfiguration request parameter is used as part of invoking the
CreateDeliveryStream API, then the TableName property is required and its value
must be specified.
tableName - Specifies the Amazon Web Services Glue table that contains the column information that constitutes
your data schema.
If the SchemaConfiguration request parameter is used as part of invoking the
CreateDeliveryStream API, then the TableName property is required and its
value must be specified.
SchemaConfiguration.Builder region(String region)
If you don't specify an Amazon Web Services Region, the default is the current Region.
region - If you don't specify an Amazon Web Services Region, the default is the current Region.SchemaConfiguration.Builder versionId(String versionId)
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set
it to LATEST, Kinesis Data Firehose uses the most recent version. This means that any updates to
the table are automatically picked up.
versionId - Specifies the table version for the output data schema. If you don't specify this version ID, or if
you set it to LATEST, Kinesis Data Firehose uses the most recent version. This means that
any updates to the table are automatically picked up.Copyright © 2023. All rights reserved.