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 AWS Glue Data Catalog.
|
SchemaConfiguration.Builder |
databaseName(String databaseName)
Specifies the name of the AWS Glue database that contains the schema for the output data.
|
SchemaConfiguration.Builder |
region(String region)
If you don't specify an AWS Region, the default is the current Region.
|
SchemaConfiguration.Builder |
roleARN(String roleARN)
The role that Kinesis Data Firehose can use to access AWS Glue.
|
SchemaConfiguration.Builder |
tableName(String tableName)
Specifies the AWS 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.
|
copy
applyMutation, build
SchemaConfiguration.Builder roleARN(String roleARN)
The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.
roleARN
- The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account
you use for Kinesis Data Firehose. Cross-account roles aren't allowed.SchemaConfiguration.Builder catalogId(String catalogId)
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
catalogId
- The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.SchemaConfiguration.Builder databaseName(String databaseName)
Specifies the name of the AWS Glue database that contains the schema for the output data.
databaseName
- Specifies the name of the AWS Glue database that contains the schema for the output data.SchemaConfiguration.Builder tableName(String tableName)
Specifies the AWS Glue table that contains the column information that constitutes your data schema.
tableName
- Specifies the AWS Glue table that contains the column information that constitutes your data schema.SchemaConfiguration.Builder region(String region)
If you don't specify an AWS Region, the default is the current Region.
region
- If you don't specify an AWS 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.