| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalytics.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)
Input ID 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)
Point at which the application is configured to read from the input stream.
|
InputDescription |
InputDescription.withKinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery
stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on
your behalf.
|
InputDescription |
InputDescription.withKinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM
role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
InputDescription |
InputDescription.withNamePrefix(String namePrefix)
In-application name prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputDescription> |
ApplicationDetail.getInputDescriptions()
Describes the application input configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationDetail |
ApplicationDetail.withInputDescriptions(InputDescription... inputDescriptions)
Describes the application input configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationDetail.setInputDescriptions(Collection<InputDescription> inputDescriptions)
Describes the application input configuration.
|
ApplicationDetail |
ApplicationDetail.withInputDescriptions(Collection<InputDescription> inputDescriptions)
Describes the application input configuration.
|
Copyright © 2017. All rights reserved.