@Generated(value="software.amazon.awssdk:codegen") public class CreateExportTaskRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateExportTaskRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateExportTaskRequest.Builder,CreateExportTaskRequest>public static CreateExportTaskRequest.Builder builder()
public static Class<? extends CreateExportTaskRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.