Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetLogEventsRequest.Builder,GetLogEventsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetLogEventsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetLogEventsRequest.Builder,GetLogEventsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetLogEventsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetLogEventsRequest.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) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of log events returned.
|
String |
logGroupName() |
The name of the log group.
|
String |
logStreamName() |
The name of the log stream.
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends GetLogEventsRequest.Builder> |
serializableBuilderClass() |
|
Boolean |
startFromHead() |
If the value is true, the earliest log events are returned first.
|
Long |
startTime() |
The start of the time range, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
GetLogEventsRequest.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 logGroupName()
The name of the log group.
public String logStreamName()
The name of the log stream.
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 earlier than this time are not included.
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 included.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer limit()
The maximum number of log events returned. If you don't specify a value, the maximum is as many log events as can fit in a response size of 1MB, up to 10,000 log events.
public Boolean startFromHead()
If the value is true, the earliest log events are returned first. If the value is false, the latest log events are returned first. The default value is false.
public GetLogEventsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetLogEventsRequest.Builder,GetLogEventsRequest>
public static GetLogEventsRequest.Builder builder()
public static Class<? extends GetLogEventsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.