CopyableBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>
, SdkBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>
public static interface CreateExportTaskRequest.Builder extends CopyableBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateExportTaskRequest.Builder |
destination(String destination) |
The name of S3 bucket for the exported log data.
|
CreateExportTaskRequest.Builder |
destinationPrefix(String destinationPrefix) |
The prefix used as the start of the key for every object exported.
|
CreateExportTaskRequest.Builder |
from(Long from) |
The start time of the range for the request, expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC.
|
CreateExportTaskRequest.Builder |
logGroupName(String logGroupName) |
The name of the log group.
|
CreateExportTaskRequest.Builder |
logStreamNamePrefix(String logStreamNamePrefix) |
Export only log streams that match the provided prefix.
|
CreateExportTaskRequest.Builder |
taskName(String taskName) |
The name of the export task.
|
CreateExportTaskRequest.Builder |
to(Long to) |
The end time of the range for the request, expressed as the number of milliseconds since Jan 1, 1970 00:00:00
UTC.
|
copy
apply, build
CreateExportTaskRequest.Builder taskName(String taskName)
The name of the export task.
taskName
- The name of the export task.CreateExportTaskRequest.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.CreateExportTaskRequest.Builder logStreamNamePrefix(String logStreamNamePrefix)
Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
logStreamNamePrefix
- Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter
is applied.CreateExportTaskRequest.Builder from(Long from)
The start time of the range for the request, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
from
- The start time of the range for the request, expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC. Events with a timestamp earlier than this time are not exported.CreateExportTaskRequest.Builder to(Long to)
The end time of the range for the request, 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 of the range for the request, 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.CreateExportTaskRequest.Builder destination(String destination)
The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
destination
- The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.CreateExportTaskRequest.Builder destinationPrefix(String destinationPrefix)
The prefix used as the start of the key for every object exported. If you don't specify a value, the default
is exportedlogs
.
destinationPrefix
- The prefix used as the start of the key for every object exported. If you don't specify a value, the
default is exportedlogs
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.