Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.CopyValue.Builder
Packages that use CopyValue.Builder
-
Uses of CopyValue.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return CopyValue.BuilderModifier and TypeMethodDescriptionstatic CopyValue.BuilderCopyValue.builder()CopyValue.Builder.entries(Collection<CopyValueEntry> entries) An array ofCopyValueEntryobjects, where each object contains the information about one field value to copy.CopyValue.Builder.entries(Consumer<CopyValueEntry.Builder>... entries) An array ofCopyValueEntryobjects, where each object contains the information about one field value to copy.CopyValue.Builder.entries(CopyValueEntry... entries) An array ofCopyValueEntryobjects, where each object contains the information about one field value to copy.CopyValue.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type CopyValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyValue.Builder>CopyValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type CopyValue.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.copyValue(Consumer<CopyValue.Builder> copyValue) Use this parameter to include the copyValue processor in your transformer.