Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.model |
Modifier and Type | Method and Description |
---|---|
Input |
Input.clone() |
Input |
AddApplicationInputRequest.getInput() |
Input |
Input.withInputParallelism(InputParallelism inputParallelism)
Describes the number of in-application streams to create.
|
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 Firehose delivery stream, identifies the Firehose delivery stream's
ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
Input |
Input.withKinesisStreamsInput(KinesisStreamsInput kinesisStreamsInput)
If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an
IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
Input |
Input.withNamePrefix(String namePrefix)
Name prefix to use when creating in-application stream.
|
Modifier and Type | Method and Description |
---|---|
List<Input> |
CreateApplicationRequest.getInputs()
Use this parameter to configure the application input.
|
Modifier and Type | Method and Description |
---|---|
void |
AddApplicationInputRequest.setInput(Input input) |
AddApplicationInputRequest |
AddApplicationInputRequest.withInput(Input input) |
CreateApplicationRequest |
CreateApplicationRequest.withInputs(Input... inputs)
Use this parameter to configure the application input.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateApplicationRequest.setInputs(Collection<Input> inputs)
Use this parameter to configure the application input.
|
CreateApplicationRequest |
CreateApplicationRequest.withInputs(Collection<Input> inputs)
Use this parameter to configure the application input.
|
Copyright © 2017. All rights reserved.