Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.model.LambdaOutputUpdate.Builder
-
Packages that use LambdaOutputUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of LambdaOutputUpdate.Builder in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return LambdaOutputUpdate.Builder Modifier and Type Method Description static LambdaOutputUpdate.BuilderLambdaOutputUpdate. builder()LambdaOutputUpdate.BuilderLambdaOutputUpdate.Builder. resourceARNUpdate(String resourceARNUpdate)Amazon Resource Name (ARN) of the destination Lambda function.LambdaOutputUpdate.BuilderLambdaOutputUpdate.Builder. roleARNUpdate(String roleARNUpdate)ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf.LambdaOutputUpdate.BuilderLambdaOutputUpdate. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type LambdaOutputUpdate.Builder Modifier and Type Method Description static Class<? extends LambdaOutputUpdate.Builder>LambdaOutputUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type LambdaOutputUpdate.Builder Modifier and Type Method Description default OutputUpdate.BuilderOutputUpdate.Builder. lambdaOutputUpdate(Consumer<LambdaOutputUpdate.Builder> lambdaOutputUpdate)Describes an AWS Lambda function as the destination for the output.
-