Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeEventsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEventsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeEventsRequest.Builder |
builder() |
|
Integer |
duration() |
The number of minutes to retrieve events for.
|
Date |
endTime() |
The end of the time interval for which to retrieve events, specified in ISO 8601 format.
|
boolean |
equals(Object obj) |
|
List<String> |
eventCategories() |
A list of event categories that trigger notifications for a event notification subscription.
|
List<Filter> |
filters() |
This parameter is not currently supported.
|
int |
hashCode() |
|
String |
marker() |
An optional pagination token provided by a previous DescribeEvents request.
|
Integer |
maxRecords() |
The maximum number of records to include in the response.
|
static Class<? extends DescribeEventsRequest.Builder> |
serializableBuilderClass() |
|
String |
sourceIdentifier() |
The identifier of the event source for which events will be returned.
|
String |
sourceType() |
The event source to retrieve events for.
|
Date |
startTime() |
The beginning of the time interval to retrieve events for, specified in ISO 8601 format.
|
DescribeEventsRequest.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 sourceIdentifier()
The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.
Constraints:
If SourceIdentifier is supplied, SourceType must also be provided.
If the source type is DBInstance
, then a DBInstanceIdentifier
must be supplied.
If the source type is DBSecurityGroup
, a DBSecurityGroupName
must be supplied.
If the source type is DBParameterGroup
, a DBParameterGroupName
must be supplied.
If the source type is DBSnapshot
, a DBSnapshotIdentifier
must be supplied.
Cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
If SourceIdentifier is supplied, SourceType must also be provided.
If the source type is DBInstance
, then a DBInstanceIdentifier
must be supplied.
If the source type is DBSecurityGroup
, a DBSecurityGroupName
must be supplied.
If the source type is DBParameterGroup
, a DBParameterGroupName
must be
supplied.
If the source type is DBSnapshot
, a DBSnapshotIdentifier
must be supplied.
Cannot end with a hyphen or contain two consecutive hyphens.
public String sourceType()
The event source to retrieve events for. If no value is specified, all events are returned.
SourceType
public Date startTime()
The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2009-07-08T18:00Z
Example: 2009-07-08T18:00Z
public Date endTime()
The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2009-07-08T18:00Z
Example: 2009-07-08T18:00Z
public Integer duration()
The number of minutes to retrieve events for.
Default: 60
Default: 60
public List<String> eventCategories()
A list of event categories that trigger notifications for a event notification subscription.
public List<Filter> filters()
This parameter is not currently supported.
public Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
public String marker()
An optional pagination token provided by a previous DescribeEvents request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.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.