static ExportTask.Builder |
ExportTask.builder() |
|
ExportTask.Builder |
ExportTask.Builder.destination(String destination) |
The name of the S3 bucket to which the log data was exported.
|
ExportTask.Builder |
ExportTask.Builder.destinationPrefix(String destinationPrefix) |
The prefix that was used as the start of Amazon S3 key for every object exported.
|
default ExportTask.Builder |
ExportTask.Builder.executionInfo(Consumer<ExportTaskExecutionInfo.Builder> executionInfo) |
Execution information about the export task.
|
ExportTask.Builder |
ExportTask.Builder.executionInfo(ExportTaskExecutionInfo executionInfo) |
Execution information about the export task.
|
ExportTask.Builder |
ExportTask.Builder.from(Long from) |
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
ExportTask.Builder |
ExportTask.Builder.logGroupName(String logGroupName) |
The name of the log group from which logs data was exported.
|
default ExportTask.Builder |
ExportTask.Builder.status(Consumer<ExportTaskStatus.Builder> status) |
The status of the export task.
|
ExportTask.Builder |
ExportTask.Builder.status(ExportTaskStatus status) |
The status of the export task.
|
ExportTask.Builder |
ExportTask.Builder.taskId(String taskId) |
The ID of the export task.
|
ExportTask.Builder |
ExportTask.Builder.taskName(String taskName) |
The name of the export task.
|
ExportTask.Builder |
ExportTask.Builder.to(Long to) |
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
ExportTask.Builder |
ExportTask.toBuilder() |
|