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