@Stability(value=Stable) public static final class CfnApplicationReferenceDataSourceV2.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2>
CfnApplicationReferenceDataSourceV2.| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSourceV2.Builder |
applicationName(String applicationName)
The name of the application.
|
CfnApplicationReferenceDataSourceV2 |
build() |
static CfnApplicationReferenceDataSourceV2.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplicationReferenceDataSourceV2.Builder |
referenceDataSource(CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty referenceDataSource)
For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
CfnApplicationReferenceDataSourceV2.Builder |
referenceDataSource(IResolvable referenceDataSource)
For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
|
@Stability(value=Stable) public static CfnApplicationReferenceDataSourceV2.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplicationReferenceDataSourceV2.CSVMappingParametersProperty.Builder.@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.Builder applicationName(String applicationName)
applicationName - The name of the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.Builder referenceDataSource(CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty referenceDataSource)
referenceDataSource - For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.Builder referenceDataSource(IResolvable referenceDataSource)
referenceDataSource - For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2 build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2>Copyright © 2022. All rights reserved.