| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ReferenceDataSource |
ReferenceDataSource.clone() |
ReferenceDataSource |
AddApplicationReferenceDataSourceRequest.getReferenceDataSource()
The reference data source can be an object in your Amazon S3 bucket.
|
ReferenceDataSource |
ReferenceDataSource.withReferenceSchema(SourceSchema referenceSchema)
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
ReferenceDataSource |
ReferenceDataSource.withS3ReferenceDataSource(S3ReferenceDataSource s3ReferenceDataSource)
Identifies the S3 bucket and object that contains the reference data.
|
ReferenceDataSource |
ReferenceDataSource.withTableName(String tableName)
The name of the in-application table to create.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceDataSource> |
SqlApplicationConfiguration.getReferenceDataSources()
The array of ReferenceDataSource objects describing the reference data sources used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddApplicationReferenceDataSourceRequest.setReferenceDataSource(ReferenceDataSource referenceDataSource)
The reference data source can be an object in your Amazon S3 bucket.
|
AddApplicationReferenceDataSourceRequest |
AddApplicationReferenceDataSourceRequest.withReferenceDataSource(ReferenceDataSource referenceDataSource)
The reference data source can be an object in your Amazon S3 bucket.
|
SqlApplicationConfiguration |
SqlApplicationConfiguration.withReferenceDataSources(ReferenceDataSource... referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfiguration.setReferenceDataSources(Collection<ReferenceDataSource> referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the application.
|
SqlApplicationConfiguration |
SqlApplicationConfiguration.withReferenceDataSources(Collection<ReferenceDataSource> referenceDataSources)
The array of ReferenceDataSource objects describing the reference data sources used by the application.
|
Copyright © 2022. All rights reserved.