@Generated(value="software.amazon.awssdk:codegen") public class FilterLogEventsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<FilterLogEventsRequest.Builder,FilterLogEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterLogEventsRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static FilterLogEventsRequest.Builder |
builder() |
Long |
endTime()
The end of the time range, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
boolean |
equals(Object obj) |
String |
filterPattern()
The filter pattern to use.
|
int |
hashCode() |
Boolean |
interleaved()
If the value is true, the operation makes a best effort to provide responses that contain events from multiple
log streams within the log group interleaved in a single response.
|
Integer |
limit()
The maximum number of events to return.
|
String |
logGroupName()
The name of the log group.
|
List<String> |
logStreamNames()
Optional list of log stream names.
|
String |
nextToken()
The token for the next set of events to return.
|
static Class<? extends FilterLogEventsRequest.Builder> |
serializableBuilderClass() |
Long |
startTime()
The start of the time range, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
FilterLogEventsRequest.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 logGroupName()
The name of the log group.
public List<String> logStreamNames()
Optional list of log stream names.
public Long startTime()
The start of the time range, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp prior to this time are not returned.
public Long endTime()
The end of the time range, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not returned.
public String filterPattern()
The filter pattern to use. If not provided, all the events are matched.
public String nextToken()
The token for the next set of events to return. (You received this token from a previous call.)
public Integer limit()
The maximum number of events to return. The default is 10,000 events.
public Boolean interleaved()
If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group interleaved in a single response. If the value is false all the matched log events in the first log stream are searched first, then those in the next log stream, and so on. The default is false.
public FilterLogEventsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<FilterLogEventsRequest.Builder,FilterLogEventsRequest>public static FilterLogEventsRequest.Builder builder()
public static Class<? extends FilterLogEventsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.