@Stability(value=Stable) public static final class CfnApplicationReferenceDataSourceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceProps>
CfnApplicationReferenceDataSourceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSourceProps.Builder |
applicationName(String applicationName)
Sets the value of
CfnApplicationReferenceDataSourceProps.getApplicationName() |
CfnApplicationReferenceDataSourceProps |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSourceProps.Builder |
referenceDataSource(CfnApplicationReferenceDataSource.ReferenceDataSourceProperty referenceDataSource)
Sets the value of
CfnApplicationReferenceDataSourceProps.getReferenceDataSource() |
CfnApplicationReferenceDataSourceProps.Builder |
referenceDataSource(IResolvable referenceDataSource)
Sets the value of
CfnApplicationReferenceDataSourceProps.getReferenceDataSource() |
@Stability(value=Stable) public CfnApplicationReferenceDataSourceProps.Builder applicationName(String applicationName)
CfnApplicationReferenceDataSourceProps.getApplicationName()applicationName - Name of an existing application. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceProps.Builder referenceDataSource(IResolvable referenceDataSource)
CfnApplicationReferenceDataSourceProps.getReferenceDataSource()referenceDataSource - The reference data source can be an object in your Amazon S3 bucket. This parameter is required.
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.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceProps.Builder referenceDataSource(CfnApplicationReferenceDataSource.ReferenceDataSourceProperty referenceDataSource)
CfnApplicationReferenceDataSourceProps.getReferenceDataSource()referenceDataSource - The reference data source can be an object in your Amazon S3 bucket. This parameter is required.
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.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceProps>CfnApplicationReferenceDataSourcePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.