Class CfnApplicationReferenceDataSourcePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.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) Name of an existing application.build()create()create(CfnPropertyMixinOptions options) referenceDataSource(CfnApplicationReferenceDataSourcePropsMixin.ReferenceDataSourceProperty referenceDataSource) The reference data source can be an object in your Amazon S3 bucket.referenceDataSource(IResolvable referenceDataSource) The reference data source can be an object in your Amazon S3 bucket.
-
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) Name of an existing application.- Parameters:
applicationName- Name of an existing application. This parameter is required.- Returns:
this- See Also:
-
referenceDataSource
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.Builder referenceDataSource(IResolvable referenceDataSource) The reference data source can be an object in your Amazon S3 bucket.Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
- Parameters:
referenceDataSource- The reference data source can be an object in your Amazon S3 bucket. This parameter is required.- Returns:
this- See Also:
-
referenceDataSource
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.Builder referenceDataSource(CfnApplicationReferenceDataSourcePropsMixin.ReferenceDataSourceProperty referenceDataSource) The reference data source can be an object in your Amazon S3 bucket.Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
- Parameters:
referenceDataSource- The reference data source can be an object in your Amazon S3 bucket. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin>- Returns:
- a newly built instance of
CfnApplicationReferenceDataSourcePropsMixin.
-