public static interface ProcessorConfiguration.Builder extends SdkPojo, CopyableBuilder<ProcessorConfiguration.Builder,ProcessorConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ProcessorConfiguration.Builder |
lambda(Consumer<LambdaConfiguration.Builder> lambda)
Indicates that the processor is of type Lambda.
|
ProcessorConfiguration.Builder |
lambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessorConfiguration.Builder lambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
lambda - Indicates that the processor is of type Lambda.default ProcessorConfiguration.Builder lambda(Consumer<LambdaConfiguration.Builder> lambda)
Indicates that the processor is of type Lambda.
This is a convenience that creates an instance of theLambdaConfiguration.Builder avoiding the need
to create one manually via LambdaConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lambda(LambdaConfiguration).lambda - a consumer that will call methods on LambdaConfiguration.Builderlambda(LambdaConfiguration)Copyright © 2021. All rights reserved.