| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
InputDescription |
InputDescription.clone() |
InputDescription |
InputDescription.withInAppStreamNames(Collection<String> inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
|
InputDescription |
InputDescription.withInAppStreamNames(String... inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
|
InputDescription |
InputDescription.withInputId(String inputId)
The input ID that is associated with the application input.
|
InputDescription |
InputDescription.withInputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
InputDescription |
InputDescription.withInputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
|
InputDescription |
InputDescription.withInputSchema(SourceSchema inputSchema)
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
in the in-application stream that is being created.
|
InputDescription |
InputDescription.withInputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
The point at which the application is configured to read from the input stream.
|
InputDescription |
InputDescription.withKinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If a Kinesis Data Firehose delivery stream is configured as a streaming source, provides the delivery stream's
ARN.
|
InputDescription |
InputDescription.withKinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If a Kinesis data stream is configured as a streaming source, provides the Kinesis data stream's Amazon Resource
Name (ARN).
|
InputDescription |
InputDescription.withNamePrefix(String namePrefix)
The in-application name prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputDescription> |
AddApplicationInputResult.getInputDescriptions()
Describes the application input configuration.
|
List<InputDescription> |
SqlApplicationConfigurationDescription.getInputDescriptions()
The array of InputDescription objects describing the input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
AddApplicationInputResult |
AddApplicationInputResult.withInputDescriptions(InputDescription... inputDescriptions)
Describes the application input configuration.
|
SqlApplicationConfigurationDescription |
SqlApplicationConfigurationDescription.withInputDescriptions(InputDescription... inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddApplicationInputResult.setInputDescriptions(Collection<InputDescription> inputDescriptions)
Describes the application input configuration.
|
void |
SqlApplicationConfigurationDescription.setInputDescriptions(Collection<InputDescription> inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
|
AddApplicationInputResult |
AddApplicationInputResult.withInputDescriptions(Collection<InputDescription> inputDescriptions)
Describes the application input configuration.
|
SqlApplicationConfigurationDescription |
SqlApplicationConfigurationDescription.withInputDescriptions(Collection<InputDescription> inputDescriptions)
The array of InputDescription objects describing the input streams used by the application.
|
Copyright © 2019. All rights reserved.