Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeEventsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
Request to retrieve a list of events for an environment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEventsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with
this application.
|
static DescribeEventsRequest.Builder |
builder() |
|
Date |
endTime() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the
EndTime . |
String |
environmentId() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
String |
environmentName() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxRecords() |
Specifies the maximum number of events that can be returned, beginning with the most recent event.
|
String |
nextToken() |
Pagination token.
|
String |
platformArn() |
The ARN of the version of the custom platform.
|
String |
requestId() |
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this
request ID.
|
static Class<? extends DescribeEventsRequest.Builder> |
serializableBuilderClass() |
|
String |
severity() |
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
Date |
startTime() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this
time.
|
String |
templateName() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this
environment configuration.
|
DescribeEventsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionLabel() |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application
version.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
public String versionLabel()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
public String templateName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
public String environmentId()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
public String environmentName()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
public String platformArn()
The ARN of the version of the custom platform.
public String requestId()
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
public String severity()
If specified, limits the events returned from this call to include only those with the specified severity or higher.
EventSeverity
public Date startTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
public Date endTime()
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the EndTime
.
EndTime
.public Integer maxRecords()
Specifies the maximum number of events that can be returned, beginning with the most recent event.
public String nextToken()
Pagination token. If specified, the events return the next batch of results.
public DescribeEventsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
public static DescribeEventsRequest.Builder builder()
public static Class<? extends DescribeEventsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.