Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.Import.Builder
Packages that use Import.Builder
-
Uses of Import.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Import.BuilderModifier and TypeMethodDescriptionstatic Import.BuilderImport.builder()Import.Builder.creationTime(Long creationTime) The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.Import.Builder.errorMessage(String errorMessage) Error message related to any failed importsImport.Builder.importDestinationArn(String importDestinationArn) The ARN of the managed CloudWatch Logs log group where the events are being imported to.default Import.BuilderImport.Builder.importFilter(Consumer<ImportFilter.Builder> importFilter) The filter criteria used for this import task.Import.Builder.importFilter(ImportFilter importFilter) The filter criteria used for this import task.The unique identifier of the import task.Import.Builder.importSourceArn(String importSourceArn) The ARN of the CloudTrail Lake Event Data Store being imported from.default Import.BuilderImport.Builder.importStatistics(Consumer<ImportStatistics.Builder> importStatistics) Statistics about the import progressImport.Builder.importStatistics(ImportStatistics importStatistics) Statistics about the import progressImport.Builder.importStatus(String importStatus) The current status of the import task.Import.Builder.importStatus(ImportStatus importStatus) The current status of the import task.Import.Builder.lastUpdatedTime(Long lastUpdatedTime) The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.Import.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Import.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Import.Builder>Import.serializableBuilderClass()