| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReferenceDataSourceUpdate> |
SqlApplicationConfigurationUpdate.referenceDataSourceUpdates()
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate.Builder |
SqlApplicationConfigurationUpdate.Builder.referenceDataSourceUpdates(ReferenceDataSourceUpdate... referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate.Builder |
SqlApplicationConfigurationUpdate.Builder.referenceDataSourceUpdates(Collection<ReferenceDataSourceUpdate> referenceDataSourceUpdates)
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the
application.
|
Copyright © 2022. All rights reserved.