Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.Processor.Builder
Packages that use Processor.Builder
-
Uses of Processor.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Processor.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.addKeys(Consumer<AddKeys.Builder> addKeys) Use this parameter to include the addKeys processor in your transformer.Use this parameter to include the addKeys processor in your transformer.static Processor.BuilderProcessor.builder()default Processor.BuilderProcessor.Builder.copyValue(Consumer<CopyValue.Builder> copyValue) Use this parameter to include the copyValue processor in your transformer.Use this parameter to include the copyValue processor in your transformer.default Processor.BuilderProcessor.Builder.csv(Consumer<CSV.Builder> csv) Use this parameter to include the CSV processor in your transformer.Use this parameter to include the CSV processor in your transformer.default Processor.BuilderProcessor.Builder.dateTimeConverter(Consumer<DateTimeConverter.Builder> dateTimeConverter) Use this parameter to include the datetimeConverter processor in your transformer.Processor.Builder.dateTimeConverter(DateTimeConverter dateTimeConverter) Use this parameter to include the datetimeConverter processor in your transformer.default Processor.BuilderProcessor.Builder.deleteKeys(Consumer<DeleteKeys.Builder> deleteKeys) Use this parameter to include the deleteKeys processor in your transformer.Processor.Builder.deleteKeys(DeleteKeys deleteKeys) Use this parameter to include the deleteKeys processor in your transformer.default Processor.BuilderProcessor.Builder.grok(Consumer<Grok.Builder> grok) Use this parameter to include the grok processor in your transformer.Use this parameter to include the grok processor in your transformer.default Processor.BuilderProcessor.Builder.listToMap(Consumer<ListToMap.Builder> listToMap) Use this parameter to include the listToMap processor in your transformer.Use this parameter to include the listToMap processor in your transformer.default Processor.BuilderProcessor.Builder.lowerCaseString(Consumer<LowerCaseString.Builder> lowerCaseString) Use this parameter to include the lowerCaseString processor in your transformer.Processor.Builder.lowerCaseString(LowerCaseString lowerCaseString) Use this parameter to include the lowerCaseString processor in your transformer.default Processor.BuilderProcessor.Builder.moveKeys(Consumer<MoveKeys.Builder> moveKeys) Use this parameter to include the moveKeys processor in your transformer.Use this parameter to include the moveKeys processor in your transformer.default Processor.BuilderProcessor.Builder.parseCloudfront(Consumer<ParseCloudfront.Builder> parseCloudfront) Use this parameter to include the parseCloudfront processor in your transformer.Processor.Builder.parseCloudfront(ParseCloudfront parseCloudfront) Use this parameter to include the parseCloudfront processor in your transformer.default Processor.BuilderProcessor.Builder.parseJSON(Consumer<ParseJSON.Builder> parseJSON) Use this parameter to include the parseJSON processor in your transformer.Use this parameter to include the parseJSON processor in your transformer.default Processor.BuilderProcessor.Builder.parseKeyValue(Consumer<ParseKeyValue.Builder> parseKeyValue) Use this parameter to include the parseKeyValue processor in your transformer.Processor.Builder.parseKeyValue(ParseKeyValue parseKeyValue) Use this parameter to include the parseKeyValue processor in your transformer.default Processor.BuilderProcessor.Builder.parsePostgres(Consumer<ParsePostgres.Builder> parsePostgres) Use this parameter to include the parsePostGres processor in your transformer.Processor.Builder.parsePostgres(ParsePostgres parsePostgres) Use this parameter to include the parsePostGres processor in your transformer.default Processor.BuilderProcessor.Builder.parseRoute53(Consumer<ParseRoute53.Builder> parseRoute53) Use this parameter to include the parseRoute53 processor in your transformer.Processor.Builder.parseRoute53(ParseRoute53 parseRoute53) Use this parameter to include the parseRoute53 processor in your transformer.default Processor.BuilderProcessor.Builder.parseToOCSF(Consumer<ParseToOCSF.Builder> parseToOCSF) Use this parameter to convert logs into Open Cybersecurity Schema (OCSF) format.Processor.Builder.parseToOCSF(ParseToOCSF parseToOCSF) Use this parameter to convert logs into Open Cybersecurity Schema (OCSF) format.default Processor.BuilderProcessor.Builder.parseVPC(Consumer<ParseVPC.Builder> parseVPC) Use this parameter to include the parseVPC processor in your transformer.Use this parameter to include the parseVPC processor in your transformer.default Processor.BuilderProcessor.Builder.parseWAF(Consumer<ParseWAF.Builder> parseWAF) Use this parameter to include the parseWAF processor in your transformer.Use this parameter to include the parseWAF processor in your transformer.default Processor.BuilderProcessor.Builder.renameKeys(Consumer<RenameKeys.Builder> renameKeys) Use this parameter to include the renameKeys processor in your transformer.Processor.Builder.renameKeys(RenameKeys renameKeys) Use this parameter to include the renameKeys processor in your transformer.default Processor.BuilderProcessor.Builder.splitString(Consumer<SplitString.Builder> splitString) Use this parameter to include the splitString processor in your transformer.Processor.Builder.splitString(SplitString splitString) Use this parameter to include the splitString processor in your transformer.default Processor.BuilderProcessor.Builder.substituteString(Consumer<SubstituteString.Builder> substituteString) Use this parameter to include the substituteString processor in your transformer.Processor.Builder.substituteString(SubstituteString substituteString) Use this parameter to include the substituteString processor in your transformer.Processor.toBuilder()default Processor.BuilderProcessor.Builder.trimString(Consumer<TrimString.Builder> trimString) Use this parameter to include the trimString processor in your transformer.Processor.Builder.trimString(TrimString trimString) Use this parameter to include the trimString processor in your transformer.default Processor.BuilderProcessor.Builder.typeConverter(Consumer<TypeConverter.Builder> typeConverter) Use this parameter to include the typeConverter processor in your transformer.Processor.Builder.typeConverter(TypeConverter typeConverter) Use this parameter to include the typeConverter processor in your transformer.default Processor.BuilderProcessor.Builder.upperCaseString(Consumer<UpperCaseString.Builder> upperCaseString) Use this parameter to include the upperCaseString processor in your transformer.Processor.Builder.upperCaseString(UpperCaseString upperCaseString) Use this parameter to include the upperCaseString processor in your transformer.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Processor.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Processor.Builder>Processor.serializableBuilderClass()