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