Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.TrimString.Builder
-
Packages that use TrimString.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of TrimString.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return TrimString.Builder Modifier and Type Method Description static TrimString.BuilderTrimString. builder()TrimString.BuilderTrimString. toBuilder()TrimString.BuilderTrimString.Builder. withKeys(String... withKeys)The array containing the keys of the fields to trim.TrimString.BuilderTrimString.Builder. withKeys(Collection<String> withKeys)The array containing the keys of the fields to trim.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type TrimString.Builder Modifier and Type Method Description static Class<? extends TrimString.Builder>TrimString. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type TrimString.Builder Modifier and Type Method Description default Processor.BuilderProcessor.Builder. trimString(Consumer<TrimString.Builder> trimString)Use this parameter to include the trimString processor in your transformer.
-