Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.AddKeys.Builder
-
Packages that use AddKeys.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of AddKeys.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return AddKeys.Builder Modifier and Type Method Description static AddKeys.BuilderAddKeys. builder()AddKeys.BuilderAddKeys.Builder. entries(Collection<AddKeyEntry> entries)An array of objects, where each object contains the information about one key to add to the log event.AddKeys.BuilderAddKeys.Builder. entries(Consumer<AddKeyEntry.Builder>... entries)An array of objects, where each object contains the information about one key to add to the log event.AddKeys.BuilderAddKeys.Builder. entries(AddKeyEntry... entries)An array of objects, where each object contains the information about one key to add to the log event.AddKeys.BuilderAddKeys. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type AddKeys.Builder Modifier and Type Method Description static Class<? extends AddKeys.Builder>AddKeys. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type AddKeys.Builder Modifier and Type Method Description default Processor.BuilderProcessor.Builder. addKeys(Consumer<AddKeys.Builder> addKeys)Use this parameter to include the addKeys processor in your transformer.
-