@Stability(value=Stable) public static final class CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.ReferenceDataSourceProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder |
referenceSchema(CfnApplicationReferenceDataSource.ReferenceSchemaProperty referenceSchema)
|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder |
referenceSchema(IResolvable referenceSchema)
|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder |
s3ReferenceDataSource(CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty s3ReferenceDataSource)
|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder |
s3ReferenceDataSource(IResolvable s3ReferenceDataSource)
|
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder |
tableName(String tableName)
|
@Stability(value=Stable) public CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder referenceSchema(IResolvable referenceSchema)
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.getReferenceSchema()referenceSchema - Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder referenceSchema(CfnApplicationReferenceDataSource.ReferenceSchemaProperty referenceSchema)
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.getReferenceSchema()referenceSchema - Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder s3ReferenceDataSource(IResolvable s3ReferenceDataSource)
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.getS3ReferenceDataSource()s3ReferenceDataSource - Identifies the S3 bucket and object that contains the reference data.
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder s3ReferenceDataSource(CfnApplicationReferenceDataSource.S3ReferenceDataSourceProperty s3ReferenceDataSource)
CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.getS3ReferenceDataSource()s3ReferenceDataSource - Identifies the S3 bucket and object that contains the reference data.
A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder tableName(String tableName)
tableName - The name of the in-application table to create.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.ReferenceDataSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.ReferenceDataSourceProperty>CfnApplicationReferenceDataSource.ReferenceDataSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.