public static interface InputDescription.Builder extends SdkPojo, CopyableBuilder<InputDescription.Builder,InputDescription>
Modifier and Type | Method and Description |
---|---|
InputDescription.Builder |
inAppStreamNames(Collection<String> inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
|
InputDescription.Builder |
inAppStreamNames(String... inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
|
InputDescription.Builder |
inputId(String inputId)
Input ID associated with the application input.
|
default InputDescription.Builder |
inputParallelism(Consumer<InputParallelism.Builder> inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
InputDescription.Builder |
inputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
|
default InputDescription.Builder |
inputProcessingConfigurationDescription(Consumer<InputProcessingConfigurationDescription.Builder> inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is
run.
|
InputDescription.Builder |
inputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is
run.
|
default InputDescription.Builder |
inputSchema(Consumer<SourceSchema.Builder> 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.Builder |
inputSchema(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.
|
default InputDescription.Builder |
inputStartingPositionConfiguration(Consumer<InputStartingPositionConfiguration.Builder> inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
|
InputDescription.Builder |
inputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
|
default InputDescription.Builder |
kinesisFirehoseInputDescription(Consumer<KinesisFirehoseInputDescription.Builder> kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery
stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
InputDescription.Builder |
kinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery
stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
default InputDescription.Builder |
kinesisStreamsInputDescription(Consumer<KinesisStreamsInputDescription.Builder> kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's Amazon
Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your
behalf.
|
InputDescription.Builder |
kinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's Amazon
Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your
behalf.
|
InputDescription.Builder |
namePrefix(String namePrefix)
In-application name prefix.
|
copy
applyMutation, build
InputDescription.Builder inputId(String inputId)
Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
inputId
- Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns
to each input configuration you add to your application.InputDescription.Builder namePrefix(String namePrefix)
In-application name prefix.
namePrefix
- In-application name prefix.InputDescription.Builder inAppStreamNames(Collection<String> inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
inAppStreamNames
- Returns the in-application stream names that are mapped to the stream source.InputDescription.Builder inAppStreamNames(String... inAppStreamNames)
Returns the in-application stream names that are mapped to the stream source.
inAppStreamNames
- Returns the in-application stream names that are mapped to the stream source.InputDescription.Builder inputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
inputProcessingConfigurationDescription
- The description of the preprocessor that executes on records in this input before the application's
code is run.default InputDescription.Builder inputProcessingConfigurationDescription(Consumer<InputProcessingConfigurationDescription.Builder> inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
This is a convenience that creates an instance of theInputProcessingConfigurationDescription.Builder
avoiding the need to create one manually via InputProcessingConfigurationDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to
inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)
.inputProcessingConfigurationDescription
- a consumer that will call methods on InputProcessingConfigurationDescription.Builder
inputProcessingConfigurationDescription(InputProcessingConfigurationDescription)
InputDescription.Builder kinesisStreamsInputDescription(KinesisStreamsInputDescription kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
kinesisStreamsInputDescription
- If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's Amazon
Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your
behalf.default InputDescription.Builder kinesisStreamsInputDescription(Consumer<KinesisStreamsInputDescription.Builder> kinesisStreamsInputDescription)
If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
This is a convenience that creates an instance of theKinesisStreamsInputDescription.Builder
avoiding
the need to create one manually via KinesisStreamsInputDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
kinesisStreamsInputDescription(KinesisStreamsInputDescription)
.kinesisStreamsInputDescription
- a consumer that will call methods on KinesisStreamsInputDescription.Builder
kinesisStreamsInputDescription(KinesisStreamsInputDescription)
InputDescription.Builder kinesisFirehoseInputDescription(KinesisFirehoseInputDescription kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
kinesisFirehoseInputDescription
- If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the
delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on
your behalf.default InputDescription.Builder kinesisFirehoseInputDescription(Consumer<KinesisFirehoseInputDescription.Builder> kinesisFirehoseInputDescription)
If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
This is a convenience that creates an instance of theKinesisFirehoseInputDescription.Builder
avoiding the need to create one manually via KinesisFirehoseInputDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)
.kinesisFirehoseInputDescription
- a consumer that will call methods on KinesisFirehoseInputDescription.Builder
kinesisFirehoseInputDescription(KinesisFirehoseInputDescription)
InputDescription.Builder inputSchema(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.
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.default InputDescription.Builder inputSchema(Consumer<SourceSchema.Builder> 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.
This is a convenience that creates an instance of theSourceSchema.Builder
avoiding the need to
create one manually via SourceSchema.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to inputSchema(SourceSchema)
.inputSchema
- a consumer that will call methods on SourceSchema.Builder
inputSchema(SourceSchema)
InputDescription.Builder inputParallelism(InputParallelism inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
inputParallelism
- Describes the configured parallelism (number of in-application streams mapped to the streaming
source).default InputDescription.Builder inputParallelism(Consumer<InputParallelism.Builder> inputParallelism)
Describes the configured parallelism (number of in-application streams mapped to the streaming source).
This is a convenience that creates an instance of theInputParallelism.Builder
avoiding the need to
create one manually via InputParallelism.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to inputParallelism(InputParallelism)
.inputParallelism
- a consumer that will call methods on InputParallelism.Builder
inputParallelism(InputParallelism)
InputDescription.Builder inputStartingPositionConfiguration(InputStartingPositionConfiguration inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
inputStartingPositionConfiguration
- Point at which the application is configured to read from the input stream.default InputDescription.Builder inputStartingPositionConfiguration(Consumer<InputStartingPositionConfiguration.Builder> inputStartingPositionConfiguration)
Point at which the application is configured to read from the input stream.
This is a convenience that creates an instance of theInputStartingPositionConfiguration.Builder
avoiding the need to create one manually via InputStartingPositionConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
inputStartingPositionConfiguration(InputStartingPositionConfiguration)
.inputStartingPositionConfiguration
- a consumer that will call methods on InputStartingPositionConfiguration.Builder
inputStartingPositionConfiguration(InputStartingPositionConfiguration)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.