Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DateTimeConverter.Builder
Packages that use DateTimeConverter.Builder
-
Uses of DateTimeConverter.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DateTimeConverter.BuilderModifier and TypeMethodDescriptionstatic DateTimeConverter.BuilderDateTimeConverter.builder()The locale of the source field.DateTimeConverter.Builder.matchPatterns(String... matchPatterns) A list of patterns to match against thesourcefield.DateTimeConverter.Builder.matchPatterns(Collection<String> matchPatterns) A list of patterns to match against thesourcefield.The key to apply the date conversion to.DateTimeConverter.Builder.sourceTimezone(String sourceTimezone) The time zone of the source field.The JSON field to store the result in.DateTimeConverter.Builder.targetFormat(String targetFormat) The datetime format to use for the converted data in the target field.DateTimeConverter.Builder.targetTimezone(String targetTimezone) The time zone of the target field.DateTimeConverter.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DateTimeConverter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DateTimeConverter.Builder>DateTimeConverter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DateTimeConverter.BuilderModifier and TypeMethodDescriptiondefault Processor.BuilderProcessor.Builder.dateTimeConverter(Consumer<DateTimeConverter.Builder> dateTimeConverter) Use this parameter to include the datetimeConverter processor in your transformer.