@Stability(value=Stable) public static final class CfnApplicationReferenceDataSourceV2Props.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2Props>
CfnApplicationReferenceDataSourceV2Props| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSourceV2Props.Builder |
applicationName(String applicationName)
Sets the value of
CfnApplicationReferenceDataSourceV2Props.getApplicationName() |
CfnApplicationReferenceDataSourceV2Props |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSourceV2Props.Builder |
referenceDataSource(CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty referenceDataSource)
Sets the value of
CfnApplicationReferenceDataSourceV2Props.getReferenceDataSource() |
CfnApplicationReferenceDataSourceV2Props.Builder |
referenceDataSource(IResolvable referenceDataSource)
Sets the value of
CfnApplicationReferenceDataSourceV2Props.getReferenceDataSource() |
@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2Props.Builder applicationName(String applicationName)
CfnApplicationReferenceDataSourceV2Props.getApplicationName()applicationName - The name of the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2Props.Builder referenceDataSource(IResolvable referenceDataSource)
CfnApplicationReferenceDataSourceV2Props.getReferenceDataSource()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 CfnApplicationReferenceDataSourceV2Props.Builder referenceDataSource(CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty referenceDataSource)
CfnApplicationReferenceDataSourceV2Props.getReferenceDataSource()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 CfnApplicationReferenceDataSourceV2Props build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2Props>CfnApplicationReferenceDataSourceV2PropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.