Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.LogFieldType.Builder
Packages that use LogFieldType.Builder
-
Uses of LogFieldType.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LogFieldType.BuilderModifier and TypeMethodDescriptionstatic LogFieldType.BuilderLogFieldType.builder()default LogFieldType.BuilderLogFieldType.Builder.element(Consumer<LogFieldType.Builder> element) For array or collection types, specifies the element type information.LogFieldType.Builder.element(LogFieldType element) For array or collection types, specifies the element type information.LogFieldType.Builder.fields(Collection<LogFieldsListItem> fields) For complex types, contains the nested field definitions.LogFieldType.Builder.fields(Consumer<LogFieldsListItem.Builder>... fields) For complex types, contains the nested field definitions.LogFieldType.Builder.fields(LogFieldsListItem... fields) For complex types, contains the nested field definitions.LogFieldType.toBuilder()The data type of the log field.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogFieldType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LogFieldType.Builder>LogFieldType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LogFieldType.BuilderModifier and TypeMethodDescriptiondefault LogFieldType.BuilderLogFieldType.Builder.element(Consumer<LogFieldType.Builder> element) For array or collection types, specifies the element type information.default LogFieldsListItem.BuilderLogFieldsListItem.Builder.logFieldType(Consumer<LogFieldType.Builder> logFieldType) The data type information for the log field.