Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ParseWAF.Builder
-
Packages that use ParseWAF.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ParseWAF.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ParseWAF.Builder Modifier and Type Method Description static ParseWAF.BuilderParseWAF. builder()ParseWAF.BuilderParseWAF.Builder. source(String source)Omit this parameter and the whole log message will be processed by this processor.ParseWAF.BuilderParseWAF. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ParseWAF.Builder Modifier and Type Method Description static Class<? extends ParseWAF.Builder>ParseWAF. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ParseWAF.Builder Modifier and Type Method Description default Processor.BuilderProcessor.Builder. parseWAF(Consumer<ParseWAF.Builder> parseWAF)Use this parameter to include the parseWAF processor in your transformer.
-