CopyableBuilder<ExportTask.Builder,ExportTask>
, SdkBuilder<ExportTask.Builder,ExportTask>
public static interface ExportTask.Builder extends CopyableBuilder<ExportTask.Builder,ExportTask>
Modifier and Type | Method | Description |
---|---|---|
ExportTask.Builder |
destination(String destination) |
The name of Amazon S3 bucket to which the log data was exported.
|
ExportTask.Builder |
destinationPrefix(String destinationPrefix) |
The prefix that was used as the start of Amazon S3 key for every object exported.
|
ExportTask.Builder |
executionInfo(ExportTaskExecutionInfo executionInfo) |
Execution info about the export task.
|
ExportTask.Builder |
from(Long from) |
The start time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
ExportTask.Builder |
logGroupName(String logGroupName) |
The name of the log group from which logs data was exported.
|
ExportTask.Builder |
status(ExportTaskStatus status) |
The status of the export task.
|
ExportTask.Builder |
taskId(String taskId) |
The ID of the export task.
|
ExportTask.Builder |
taskName(String taskName) |
The name of the export task.
|
ExportTask.Builder |
to(Long to) |
The end time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
copy
apply, build
ExportTask.Builder taskId(String taskId)
The ID of the export task.
taskId
- The ID of the export task.ExportTask.Builder taskName(String taskName)
The name of the export task.
taskName
- The name of the export task.ExportTask.Builder logGroupName(String logGroupName)
The name of the log group from which logs data was exported.
logGroupName
- The name of the log group from which logs data was exported.ExportTask.Builder from(Long from)
The start time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp prior to this time are not exported.
from
- The start time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a
timestamp prior to this time are not exported.ExportTask.Builder to(Long to)
The end time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
to
- The end time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a
timestamp later than this time are not exported.ExportTask.Builder destination(String destination)
The name of Amazon S3 bucket to which the log data was exported.
destination
- The name of Amazon S3 bucket to which the log data was exported.ExportTask.Builder destinationPrefix(String destinationPrefix)
The prefix that was used as the start of Amazon S3 key for every object exported.
destinationPrefix
- The prefix that was used as the start of Amazon S3 key for every object exported.ExportTask.Builder status(ExportTaskStatus status)
The status of the export task.
status
- The status of the export task.ExportTask.Builder executionInfo(ExportTaskExecutionInfo executionInfo)
Execution info about the export task.
executionInfo
- Execution info about the export task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.