Uses of Class
software.amazon.awscdk.services.logs.ParserProcessorProps.Builder
Packages that use ParserProcessorProps.Builder
-
Uses of ParserProcessorProps.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return ParserProcessorProps.BuilderModifier and TypeMethodDescriptionstatic ParserProcessorProps.Builder
ParserProcessorProps.builder()
ParserProcessorProps.Builder.csvOptions
(CsvProperty csvOptions) Sets the value ofParserProcessorProps.getCsvOptions()
ParserProcessorProps.Builder.grokOptions
(GrokProperty grokOptions) Sets the value ofParserProcessorProps.getGrokOptions()
ParserProcessorProps.Builder.jsonOptions
(ParseJSONProperty jsonOptions) Sets the value ofParserProcessorProps.getJsonOptions()
ParserProcessorProps.Builder.keyValueOptions
(ParseKeyValueProperty keyValueOptions) Sets the value ofParserProcessorProps.getKeyValueOptions()
ParserProcessorProps.Builder.parseToOcsfOptions
(ParseToOCSFProperty parseToOcsfOptions) Sets the value ofinvalid reference
ParserProcessorProps#getParseToOcsfOptions
ParserProcessorProps.Builder.type
(ParserProcessorType type) Sets the value ofParserProcessorProps.getType()
Constructors in software.amazon.awscdk.services.logs with parameters of type ParserProcessorProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ParserProcessorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theParserProcessorProps.Builder
.