Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.SubstituteString.Builder
Packages that use SubstituteString.Builder
-
Uses of SubstituteString.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SubstituteString.BuilderModifier and TypeMethodDescriptionstatic SubstituteString.BuilderSubstituteString.builder()SubstituteString.Builder.entries(Collection<SubstituteStringEntry> entries) An array of objects, where each object contains the information about one key to match and replace.SubstituteString.Builder.entries(Consumer<SubstituteStringEntry.Builder>... entries) An array of objects, where each object contains the information about one key to match and replace.SubstituteString.Builder.entries(SubstituteStringEntry... entries) An array of objects, where each object contains the information about one key to match and replace.SubstituteString.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SubstituteString.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SubstituteString.Builder>SubstituteString.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type SubstituteString.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.substituteString(Consumer<SubstituteString.Builder> substituteString) Use this parameter to include the substituteString processor in your transformer.