Class CfnApplicationReferenceDataSourceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationReferenceDataSourceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceMixinProps>
- Enclosing interface:
CfnApplicationReferenceDataSourceMixinProps
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceMixinProps>
A builder for
CfnApplicationReferenceDataSourceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationName(String applicationName) Sets the value ofCfnApplicationReferenceDataSourceMixinProps.getApplicationName()build()Builds the configured instance.referenceDataSource(CfnApplicationReferenceDataSourcePropsMixin.ReferenceDataSourceProperty referenceDataSource) Sets the value ofCfnApplicationReferenceDataSourceMixinProps.getReferenceDataSource()referenceDataSource(IResolvable referenceDataSource) Sets the value ofCfnApplicationReferenceDataSourceMixinProps.getReferenceDataSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationName
@Stability(Stable) public CfnApplicationReferenceDataSourceMixinProps.Builder applicationName(String applicationName) Sets the value ofCfnApplicationReferenceDataSourceMixinProps.getApplicationName()- Parameters:
applicationName- The name of the application.- Returns:
this
-
referenceDataSource
@Stability(Stable) public CfnApplicationReferenceDataSourceMixinProps.Builder referenceDataSource(IResolvable referenceDataSource) Sets the value ofCfnApplicationReferenceDataSourceMixinProps.getReferenceDataSource()- 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.- Returns:
this
-
referenceDataSource
@Stability(Stable) public CfnApplicationReferenceDataSourceMixinProps.Builder referenceDataSource(CfnApplicationReferenceDataSourcePropsMixin.ReferenceDataSourceProperty referenceDataSource) Sets the value ofCfnApplicationReferenceDataSourceMixinProps.getReferenceDataSource()- 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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourceMixinProps>- Returns:
- a new instance of
CfnApplicationReferenceDataSourceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-