Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.QueryCompileErrorLocation.Builder
Packages that use QueryCompileErrorLocation.Builder
-
Uses of QueryCompileErrorLocation.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryCompileErrorLocation.BuilderModifier and TypeMethodDescriptionQueryCompileErrorLocation.builder()QueryCompileErrorLocation.Builder.endCharOffset(Integer endCharOffset) Reserved.QueryCompileErrorLocation.Builder.startCharOffset(Integer startCharOffset) Reserved.QueryCompileErrorLocation.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryCompileErrorLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryCompileErrorLocation.Builder>QueryCompileErrorLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type QueryCompileErrorLocation.BuilderModifier and TypeMethodDescriptiondefault QueryCompileError.BuilderQueryCompileError.Builder.location(Consumer<QueryCompileErrorLocation.Builder> location) Reserved.