@Stability(value=Stable) public static final class CfnDeliveryStream.SchemaConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.SchemaConfigurationProperty>
CfnDeliveryStream.SchemaConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeliveryStream.SchemaConfigurationProperty.Builder catalogId(String catalogId)
CfnDeliveryStream.SchemaConfigurationProperty.getCatalogId()catalogId - The ID of the AWS Glue Data Catalog.
If you don't supply this, the AWS account ID is used by default.this@Stability(value=Stable) public CfnDeliveryStream.SchemaConfigurationProperty.Builder databaseName(String databaseName)
CfnDeliveryStream.SchemaConfigurationProperty.getDatabaseName()databaseName - Specifies the name of the AWS Glue database that contains the schema for the output data.
If the
SchemaConfigurationrequest parameter is used as part of invoking theCreateDeliveryStreamAPI, then theDatabaseNameproperty is required and its value must be specified.
this@Stability(value=Stable) public CfnDeliveryStream.SchemaConfigurationProperty.Builder region(String region)
CfnDeliveryStream.SchemaConfigurationProperty.getRegion()region - If you don't specify an AWS Region, the default is the current Region.this@Stability(value=Stable) public CfnDeliveryStream.SchemaConfigurationProperty.Builder roleArn(String roleArn)
CfnDeliveryStream.SchemaConfigurationProperty.getRoleArn()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.
If the
SchemaConfigurationrequest parameter is used as part of invoking theCreateDeliveryStreamAPI, then theRoleARNproperty is required and its value must be specified.
this@Stability(value=Stable) public CfnDeliveryStream.SchemaConfigurationProperty.Builder tableName(String tableName)
CfnDeliveryStream.SchemaConfigurationProperty.getTableName()tableName - Specifies the AWS Glue table that contains the column information that constitutes your data schema.
If the
SchemaConfigurationrequest parameter is used as part of invoking theCreateDeliveryStreamAPI, then theTableNameproperty is required and its value must be specified.
this@Stability(value=Stable) public CfnDeliveryStream.SchemaConfigurationProperty.Builder versionId(String versionId)
CfnDeliveryStream.SchemaConfigurationProperty.getVersionId()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.this@Stability(value=Stable) public CfnDeliveryStream.SchemaConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.SchemaConfigurationProperty>CfnDeliveryStream.SchemaConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.