|
Did this page help you?Yes No Tell us about it... |
||||||
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.DescribeDBLogFilesRequest
public class DescribeDBLogFilesRequest
Container for the parameters to the DescribeDBLogFiles operation
.
Returns a list of DB log files for the DB instance.
AmazonRDS.describeDBLogFiles(DescribeDBLogFilesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeDBLogFilesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDBInstanceIdentifier()
The customer-assigned name of the DB Instance that contains the log files you want to list. |
Long |
getFileLastWritten()
Filters the available log files for files written since the specified date. |
String |
getFilenameContains()
Filters the available log files for log file names that contain the specified string. |
Long |
getFileSize()
Filters the available log files for files larger than the specified size. |
String |
getMarker()
The pagination token provided in the previous request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response. |
int |
hashCode()
|
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB Instance that contains the log files you want to list. |
void |
setFileLastWritten(Long fileLastWritten)
Filters the available log files for files written since the specified date. |
void |
setFilenameContains(String filenameContains)
Filters the available log files for log file names that contain the specified string. |
void |
setFileSize(Long fileSize)
Filters the available log files for files larger than the specified size. |
void |
setMarker(String marker)
The pagination token provided in the previous request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeDBLogFilesRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB Instance that contains the log files you want to list. |
DescribeDBLogFilesRequest |
withFileLastWritten(Long fileLastWritten)
Filters the available log files for files written since the specified date. |
DescribeDBLogFilesRequest |
withFilenameContains(String filenameContains)
Filters the available log files for log file names that contain the specified string. |
DescribeDBLogFilesRequest |
withFileSize(Long fileSize)
Filters the available log files for files larger than the specified size. |
DescribeDBLogFilesRequest |
withMarker(String marker)
The pagination token provided in the previous request. |
DescribeDBLogFilesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeDBLogFilesRequest()
Method Detail |
---|
public String getDBInstanceIdentifier()
Constraints:
Constraints:
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
Constraints:
dBInstanceIdentifier
- The customer-assigned name of the DB Instance that contains the log
files you want to list. Constraints:
public DescribeDBLogFilesRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBInstanceIdentifier
- The customer-assigned name of the DB Instance that contains the log
files you want to list. Constraints:
public String getFilenameContains()
public void setFilenameContains(String filenameContains)
filenameContains
- Filters the available log files for log file names that contain the
specified string.public DescribeDBLogFilesRequest withFilenameContains(String filenameContains)
Returns a reference to this object so that method calls can be chained together.
filenameContains
- Filters the available log files for log file names that contain the
specified string.
public Long getFileLastWritten()
public void setFileLastWritten(Long fileLastWritten)
fileLastWritten
- Filters the available log files for files written since the specified
date.public DescribeDBLogFilesRequest withFileLastWritten(Long fileLastWritten)
Returns a reference to this object so that method calls can be chained together.
fileLastWritten
- Filters the available log files for files written since the specified
date.
public Long getFileSize()
public void setFileSize(Long fileSize)
fileSize
- Filters the available log files for files larger than the specified
size.public DescribeDBLogFilesRequest withFileSize(Long fileSize)
Returns a reference to this object so that method calls can be chained together.
fileSize
- Filters the available log files for files larger than the specified
size.
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 pagination token
called a marker is included in the response so that the remaining
results can be retrieved.public DescribeDBLogFilesRequest 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 pagination token
called a marker is included in the response so that the remaining
results can be retrieved.
public String getMarker()
public void setMarker(String marker)
marker
- The pagination token provided in the previous request. If this
parameter is specified the response includes only records beyond the
marker, up to MaxRecords.public DescribeDBLogFilesRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The pagination token provided in the previous request. If this
parameter is specified the response includes only records beyond the
marker, up to MaxRecords.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |