Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.CopyValueEntry.Builder
-
Packages that use CopyValueEntry.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of CopyValueEntry.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return CopyValueEntry.Builder Modifier and Type Method Description static CopyValueEntry.BuilderCopyValueEntry. builder()CopyValueEntry.BuilderCopyValueEntry.Builder. overwriteIfExists(Boolean overwriteIfExists)Specifies whether to overwrite the value if the destination key already exists.CopyValueEntry.BuilderCopyValueEntry.Builder. source(String source)The key to copy.CopyValueEntry.BuilderCopyValueEntry.Builder. target(String target)The key of the field to copy the value to.CopyValueEntry.BuilderCopyValueEntry. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type CopyValueEntry.Builder Modifier and Type Method Description static Class<? extends CopyValueEntry.Builder>CopyValueEntry. serializableBuilderClass()
-