public static final class CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder |
referenceSchema(CfnApplicationReferenceDataSourceV2.ReferenceSchemaProperty referenceSchema)
|
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder |
referenceSchema(IResolvable referenceSchema)
|
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder |
s3ReferenceDataSource(CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty s3ReferenceDataSource)
|
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder |
s3ReferenceDataSource(IResolvable s3ReferenceDataSource)
|
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder |
tableName(java.lang.String tableName)
|
public CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder referenceSchema(IResolvable referenceSchema)
CfnApplicationReferenceDataSourceV2.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
public CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder referenceSchema(CfnApplicationReferenceDataSourceV2.ReferenceSchemaProperty referenceSchema)
CfnApplicationReferenceDataSourceV2.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
public CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder s3ReferenceDataSource(IResolvable s3ReferenceDataSource)
CfnApplicationReferenceDataSourceV2.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
public CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder s3ReferenceDataSource(CfnApplicationReferenceDataSourceV2.S3ReferenceDataSourceProperty s3ReferenceDataSource)
CfnApplicationReferenceDataSourceV2.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
public CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder tableName(java.lang.String tableName)
tableName
- The name of the in-application table to create.this
public CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty build()
CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
java.lang.NullPointerException
- if any required attribute was not provided