|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DescribeEventsRequest
public class DescribeEventsRequest
Constructor Summary | |
---|---|
DescribeEventsRequest()
|
Method Summary | |
---|---|
Integer |
getDuration()
The number of minutes to retrieve events for. |
Date |
getEndTime()
The end of the time interval for which to retrieve events, specified in ISO 8601 format. |
String |
getMarker()
An optional marker provided in the previous DescribeDBInstances request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response. |
String |
getSourceIdentifier()
The identifier of the event source for which events will be returned. |
String |
getSourceType()
The event source to retrieve events for. |
Date |
getStartTime()
The beginning of the time interval to retrieve events for, specified in ISO 8601 format. |
void |
setDuration(Integer duration)
The number of minutes to retrieve events for. |
void |
setEndTime(Date endTime)
The end of the time interval for which to retrieve events, specified in ISO 8601 format. |
void |
setMarker(String marker)
An optional marker provided in the previous DescribeDBInstances request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
void |
setSourceIdentifier(String sourceIdentifier)
The identifier of the event source for which events will be returned. |
void |
setSourceType(String sourceType)
The event source to retrieve events for. |
void |
setStartTime(Date startTime)
The beginning of the time interval to retrieve events for, specified in ISO 8601 format. |
String |
toString()
|
DescribeEventsRequest |
withDuration(Integer duration)
The number of minutes to retrieve events for. |
DescribeEventsRequest |
withEndTime(Date endTime)
The end of the time interval for which to retrieve events, specified in ISO 8601 format. |
DescribeEventsRequest |
withMarker(String marker)
An optional marker provided in the previous DescribeDBInstances request. |
DescribeEventsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
DescribeEventsRequest |
withSourceIdentifier(String sourceIdentifier)
The identifier of the event source for which events will be returned. |
DescribeEventsRequest |
withSourceType(String sourceType)
The event source to retrieve events for. |
DescribeEventsRequest |
withStartTime(Date startTime)
The beginning of the time interval to retrieve events for, specified in ISO 8601 format. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeEventsRequest()
Method Detail |
---|
public String getSourceIdentifier()
public void setSourceIdentifier(String sourceIdentifier)
sourceIdentifier
- The identifier of the event source for which events will be returned.
If not specified, then all sources are included in the response.public DescribeEventsRequest withSourceIdentifier(String sourceIdentifier)
Returns a reference to this object so that method calls can be chained together.
sourceIdentifier
- The identifier of the event source for which events will be returned.
If not specified, then all sources are included in the response.
public String getSourceType()
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
SourceType
public void setSourceType(String sourceType)
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
sourceType
- The event source to retrieve events for. If no value is specified, all
events are returned.SourceType
public DescribeEventsRequest withSourceType(String sourceType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: db-instance, db-parameter-group, db-security-group, db-snapshot
sourceType
- The event source to retrieve events for. If no value is specified, all
events are returned.
SourceType
public Date getStartTime()
public void setStartTime(Date startTime)
startTime
- The beginning of the time interval to retrieve events for, specified
in ISO 8601 format.public DescribeEventsRequest withStartTime(Date startTime)
Returns a reference to this object so that method calls can be chained together.
startTime
- The beginning of the time interval to retrieve events for, specified
in ISO 8601 format.
public Date getEndTime()
public void setEndTime(Date endTime)
endTime
- The end of the time interval for which to retrieve events, specified
in ISO 8601 format.public DescribeEventsRequest withEndTime(Date endTime)
Returns a reference to this object so that method calls can be chained together.
endTime
- The end of the time interval for which to retrieve events, specified
in ISO 8601 format.
public Integer getDuration()
public void setDuration(Integer duration)
duration
- The number of minutes to retrieve events for.public DescribeEventsRequest withDuration(Integer duration)
Returns a reference to this object so that method calls can be chained together.
duration
- The number of minutes to retrieve events for.
public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords value, a marker is
included in the response so that the remaining results may be
retrieved.public DescribeEventsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords value, a marker is
included in the response so that the remaining results may be
retrieved.
public String getMarker()
public void setMarker(String marker)
marker
- An optional marker provided in the previous DescribeDBInstances
request. If this parameter is specified, the response includes only
records beyond the marker, up to the value specified by
MaxRecords.public DescribeEventsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- An optional marker provided in the previous DescribeDBInstances
request. If this parameter is specified, the response includes only
records beyond the marker, up to the value specified by
MaxRecords.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |