Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ExportTaskExecutionInfo.Builder
-
Packages that use ExportTaskExecutionInfo.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ExportTaskExecutionInfo.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ExportTaskExecutionInfo.Builder Modifier and Type Method Description static ExportTaskExecutionInfo.BuilderExportTaskExecutionInfo. builder()ExportTaskExecutionInfo.BuilderExportTaskExecutionInfo.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.BuilderExportTaskExecutionInfo.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.BuilderExportTaskExecutionInfo. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ExportTaskExecutionInfo.Builder Modifier and Type Method Description static Class<? extends ExportTaskExecutionInfo.Builder>ExportTaskExecutionInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ExportTaskExecutionInfo.Builder Modifier and Type Method Description default ExportTask.BuilderExportTask.Builder. executionInfo(Consumer<ExportTaskExecutionInfo.Builder> executionInfo)Execution information about the export task.
-