Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ParseToOCSF.Builder
Packages that use ParseToOCSF.Builder
-
Uses of ParseToOCSF.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ParseToOCSF.BuilderModifier and TypeMethodDescriptionstatic ParseToOCSF.BuilderParseToOCSF.builder()ParseToOCSF.Builder.eventSource(String eventSource) Specify the service or process that produces the log events that will be converted with this processor.ParseToOCSF.Builder.eventSource(EventSource eventSource) Specify the service or process that produces the log events that will be converted with this processor.ParseToOCSF.Builder.mappingVersion(String mappingVersion) The version of the OCSF mapping to use for parsing log data.ParseToOCSF.Builder.ocsfVersion(String ocsfVersion) Specify which version of the OCSF schema to use for the transformed log events.ParseToOCSF.Builder.ocsfVersion(OCSFVersion ocsfVersion) Specify which version of the OCSF schema to use for the transformed log events.The path to the field in the log event that you want to parse.ParseToOCSF.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ParseToOCSF.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ParseToOCSF.Builder>ParseToOCSF.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ParseToOCSF.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.parseToOCSF(Consumer<ParseToOCSF.Builder> parseToOCSF) Use this parameter to convert logs into Open Cybersecurity Schema (OCSF) format.