Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ExportTaskExecutionInfo.Builder
Packages that use ExportTaskExecutionInfo.Builder
-
Uses of ExportTaskExecutionInfo.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ExportTaskExecutionInfo.BuilderModifier and TypeMethodDescriptionExportTaskExecutionInfo.builder()ExportTaskExecutionInfo.Builder.completionTime(Long completionTime) The completion time of the export task, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.ExportTaskExecutionInfo.Builder.creationTime(Long creationTime) The creation time of the export task, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.ExportTaskExecutionInfo.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ExportTaskExecutionInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportTaskExecutionInfo.Builder>ExportTaskExecutionInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ExportTaskExecutionInfo.BuilderModifier and TypeMethodDescriptiondefault ExportTask.BuilderExportTask.Builder.executionInfo(Consumer<ExportTaskExecutionInfo.Builder> executionInfo) Execution information about the export task.