| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.clone() |
Input |
AddApplicationInputRequest.getInput()
The Input to add.
|
Input |
Input.withInputParallelism(InputParallelism inputParallelism)
Describes the number of in-application streams to create.
|
Input |
Input.withInputProcessingConfiguration(InputProcessingConfiguration inputProcessingConfiguration)
The InputProcessingConfiguration for the input.
|
Input |
Input.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.
|
Input |
Input.withKinesisFirehoseInput(KinesisFirehoseInput kinesisFirehoseInput)
If the streaming source is an Amazon Kinesis Data Firehose delivery stream, identifies the delivery stream's ARN.
|
Input |
Input.withKinesisStreamsInput(KinesisStreamsInput kinesisStreamsInput)
If the streaming source is an Amazon Kinesis data stream, identifies the stream's Amazon Resource Name (ARN).
|
Input |
Input.withNamePrefix(String namePrefix)
The name prefix to use when creating an in-application stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
SqlApplicationConfiguration.getInputs()
The array of Input objects describing the input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddApplicationInputRequest.setInput(Input input)
The Input to add.
|
AddApplicationInputRequest |
AddApplicationInputRequest.withInput(Input input)
The Input to add.
|
SqlApplicationConfiguration |
SqlApplicationConfiguration.withInputs(Input... inputs)
The array of Input objects describing the input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfiguration.setInputs(Collection<Input> inputs)
The array of Input objects describing the input streams used by the application.
|
SqlApplicationConfiguration |
SqlApplicationConfiguration.withInputs(Collection<Input> inputs)
The array of Input objects describing the input streams used by the application.
|
Copyright © 2024. All rights reserved.