Uses of Class
io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha.Config.Builder
Packages that use Config.Builder
-
Uses of Config.Builder in io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha that return Config.BuilderModifier and TypeMethodDescriptionConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Builder.clear()Config.Builder.clearArn()The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>Config.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.Builder.clearInvocationMode()Determines the way to invoke the Lambda function.Config.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.Builder.clearPayloadPassthrough()Whether to transform the request (headers and body) to a JSON payload or pass it as is.Config.Builder.clone()PerRouteConfig.Builder.getInvokeConfigBuilder().envoy.config.filter.http.aws_lambda.v2alpha.Config invoke_config = 1;Config.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.Builder.mergeFrom(com.google.protobuf.Message other) final Config.BuilderConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Config.BuilderConfig.newBuilder()static Config.BuilderConfig.newBuilder(Config prototype) Config.newBuilderForType()protected Config.BuilderConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>Config.Builder.setArnBytes(com.google.protobuf.ByteString value) The ARN of the AWS Lambda to invoke when the filter is engaged Must be in the following format: arn:<partition>:lambda:<region>:<account-number>:function:<function-name>Config.Builder.setInvocationMode(Config.InvocationMode value) Determines the way to invoke the Lambda function.Config.Builder.setInvocationModeValue(int value) Determines the way to invoke the Lambda function.Config.Builder.setPayloadPassthrough(boolean value) Whether to transform the request (headers and body) to a JSON payload or pass it as is.Config.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Config.BuilderConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.toBuilder()Methods in io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha with parameters of type Config.BuilderModifier and TypeMethodDescriptionPerRouteConfig.Builder.setInvokeConfig(Config.Builder builderForValue) .envoy.config.filter.http.aws_lambda.v2alpha.Config invoke_config = 1;