@Generated(value="software.amazon.awssdk:codegen") public class ExportTask extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ExportTask.Builder,ExportTask>
Represents an export task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportTask.Builder |
builder() |
String |
destination()
The name of Amazon S3 bucket to which the log data was exported.
|
String |
destinationPrefix()
The prefix that was used as the start of Amazon S3 key for every object exported.
|
boolean |
equals(Object obj) |
ExportTaskExecutionInfo |
executionInfo()
Execution info about the export task.
|
Long |
from()
The start time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
int |
hashCode() |
String |
logGroupName()
The name of the log group from which logs data was exported.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends ExportTask.Builder> |
serializableBuilderClass() |
ExportTaskStatus |
status()
The status of the export task.
|
String |
taskId()
The ID of the export task.
|
String |
taskName()
The name of the export task.
|
Long |
to()
The end time, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
ExportTask.Builder |
toBuilder() |
String |
toString() |
public String taskId()
The ID of the export task.
public String taskName()
The name of the export task.
public String logGroupName()
The name of the log group from which logs data was exported.
public 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.
public 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.
public String destination()
The name of Amazon S3 bucket to which the log data was exported.
public String destinationPrefix()
The prefix that was used as the start of Amazon S3 key for every object exported.
public ExportTaskStatus status()
The status of the export task.
public ExportTaskExecutionInfo executionInfo()
Execution info about the export task.
public ExportTask.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ExportTask.Builder,ExportTask>public static ExportTask.Builder builder()
public static Class<? extends ExportTask.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.