| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ReferenceDataSourceDescription |
ReferenceDataSourceDescription.clone() |
ReferenceDataSourceDescription |
ReferenceDataSourceDescription.withReferenceId(String referenceId)
The ID of the reference data source.
|
ReferenceDataSourceDescription |
ReferenceDataSourceDescription.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.
|
ReferenceDataSourceDescription |
ReferenceDataSourceDescription.withS3ReferenceDataSourceDescription(S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription)
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
|
ReferenceDataSourceDescription |
ReferenceDataSourceDescription.withTableName(String tableName)
The in-application table name created by the specific reference data source configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceDataSourceDescription> |
SqlApplicationConfigurationDescription.getReferenceDataSourceDescriptions()
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the
application.
|
List<ReferenceDataSourceDescription> |
AddApplicationReferenceDataSourceResult.getReferenceDataSourceDescriptions()
Describes reference data sources configured for the application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationDescription |
SqlApplicationConfigurationDescription.withReferenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the
application.
|
AddApplicationReferenceDataSourceResult |
AddApplicationReferenceDataSourceResult.withReferenceDataSourceDescriptions(ReferenceDataSourceDescription... referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfigurationDescription.setReferenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the
application.
|
void |
AddApplicationReferenceDataSourceResult.setReferenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
|
SqlApplicationConfigurationDescription |
SqlApplicationConfigurationDescription.withReferenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
The array of ReferenceDataSourceDescription objects describing the reference data sources used by the
application.
|
AddApplicationReferenceDataSourceResult |
AddApplicationReferenceDataSourceResult.withReferenceDataSourceDescriptions(Collection<ReferenceDataSourceDescription> referenceDataSourceDescriptions)
Describes reference data sources configured for the application.
|
Copyright © 2023. All rights reserved.