Class CfnApplicationReferenceDataSourcePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationReferenceDataSourcePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin>
- Enclosing class:
CfnApplicationReferenceDataSourcePropsMixin
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourcePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin>
A fluent builder for
CfnApplicationReferenceDataSourcePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) The name of the application.build()create()create(CfnPropertyMixinOptions options) referenceDataSource(CfnApplicationReferenceDataSourcePropsMixin.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.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.
-
Method Details
-
create
@Stability(Stable) public static CfnApplicationReferenceDataSourcePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnApplicationReferenceDataSourcePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnApplicationReferenceDataSourcePropsMixin.Builder.
-
applicationName
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.Builder applicationName(String applicationName) The name of the application.- Parameters:
applicationName- The name of the application. This parameter is required.- Returns:
this- See Also:
-
referenceDataSource
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.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.- Parameters:
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.- Returns:
this- See Also:
-
referenceDataSource
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.Builder referenceDataSource(CfnApplicationReferenceDataSourcePropsMixin.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.- Parameters:
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.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin>- Returns:
- a newly built instance of
CfnApplicationReferenceDataSourcePropsMixin.
-