public static interface InputProcessingConfiguration.Builder extends SdkPojo, CopyableBuilder<InputProcessingConfiguration.Builder,InputProcessingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default InputProcessingConfiguration.Builder |
inputLambdaProcessor(Consumer<InputLambdaProcessor.Builder> inputLambdaProcessor)
The
InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your
application code.
|
InputProcessingConfiguration.Builder |
inputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The
InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your
application code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputProcessingConfiguration.Builder inputLambdaProcessor(InputLambdaProcessor inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
inputLambdaProcessor - The
InputLambdaProcessor that is used to preprocess the records in the stream before being processed
by your application code.default InputProcessingConfiguration.Builder inputLambdaProcessor(Consumer<InputLambdaProcessor.Builder> inputLambdaProcessor)
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
This is a convenience method that creates an instance of theInputLambdaProcessor.Builder avoiding
the need to create one manually via InputLambdaProcessor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to inputLambdaProcessor(InputLambdaProcessor).
inputLambdaProcessor - a consumer that will call methods on InputLambdaProcessor.BuilderinputLambdaProcessor(InputLambdaProcessor)Copyright © 2023. All rights reserved.