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