Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateExportTaskRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateExportTaskRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateExportTaskRequest.Builder |
builder() |
|
String |
destination() |
The name of S3 bucket for the exported log data.
|
String |
destinationPrefix() |
The prefix used as the start of the key for every object exported.
|
boolean |
equals(Object obj) |
|
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.
|
int |
hashCode() |
|
String |
logGroupName() |
The name of the log group.
|
String |
logStreamNamePrefix() |
Export only log streams that match the provided prefix.
|
static Class<? extends CreateExportTaskRequest.Builder> |
serializableBuilderClass() |
|
String |
taskName() |
The name of the export task.
|
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.
|
CreateExportTaskRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String taskName()
The name of the export task.
public String logGroupName()
The name of the log group.
public String logStreamNamePrefix()
Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
public 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.
public 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.
public String destination()
The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
public 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
.
exportedlogs
.public CreateExportTaskRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>
public static CreateExportTaskRequest.Builder builder()
public static Class<? extends CreateExportTaskRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.