@Generated(value="software.amazon.awssdk:codegen") public final class ExportTask extends Object implements SdkPojo, Serializable, 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 the 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) |
boolean |
equalsBySdkFields(Object obj) |
ExportTaskExecutionInfo |
executionInfo()
Execution information about the export task.
|
Long |
from()
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupName()
The name of the log group from which logs data was exported.
|
List<SdkField<?>> |
sdkFields() |
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 after Jan 1, 1970 00:00:00 UTC.
|
ExportTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String taskId()
The ID of the export task.
public final String taskName()
The name of the export task.
public final String logGroupName()
The name of the log group from which logs data was exported.
public final Long from()
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported.
public final Long to()
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
public final String destination()
The name of the S3 bucket to which the log data was exported.
public final String destinationPrefix()
The prefix that was used as the start of Amazon S3 key for every object exported.
public final ExportTaskStatus status()
The status of the export task.
public final ExportTaskExecutionInfo executionInfo()
Execution information about the export task.
public ExportTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportTask.Builder,ExportTask>public static ExportTask.Builder builder()
public static Class<? extends ExportTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.