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