| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ReferenceDataSourceUpdate |
ReferenceDataSourceUpdate.clone() |
ReferenceDataSourceUpdate |
ReferenceDataSourceUpdate.withReferenceId(String referenceId)
The ID of the reference data source that is being updated.
|
ReferenceDataSourceUpdate |
ReferenceDataSourceUpdate.withReferenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
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.
|
ReferenceDataSourceUpdate |
ReferenceDataSourceUpdate.withS3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate)
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the
Amazon S3 object on your behalf and populate the in-application reference table.
|
ReferenceDataSourceUpdate |
ReferenceDataSourceUpdate.withTableNameUpdate(String tableNameUpdate)
The in-application table name that is created by this update.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceDataSourceUpdate> |
SqlApplicationConfigurationUpdate.getReferenceDataSourceUpdates()
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate |
SqlApplicationConfigurationUpdate.withReferenceDataSourceUpdates(ReferenceDataSourceUpdate... referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfigurationUpdate.setReferenceDataSourceUpdates(Collection<ReferenceDataSourceUpdate> referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
SqlApplicationConfigurationUpdate |
SqlApplicationConfigurationUpdate.withReferenceDataSourceUpdates(Collection<ReferenceDataSourceUpdate> referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
Copyright © 2019. All rights reserved.