| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportTaskExecutionInfo.Builder |
ExportTaskExecutionInfo.builder() |
ExportTaskExecutionInfo.Builder |
ExportTaskExecutionInfo.Builder.completionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00
UTC.
|
ExportTaskExecutionInfo.Builder |
ExportTaskExecutionInfo.Builder.creationTime(Long creationTime)
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
ExportTaskExecutionInfo.Builder |
ExportTaskExecutionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportTaskExecutionInfo.Builder> |
ExportTaskExecutionInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportTask.Builder |
ExportTask.Builder.executionInfo(Consumer<ExportTaskExecutionInfo.Builder> executionInfo)
Execution information about the export task.
|
Copyright © 2022. All rights reserved.