public class DescribeDBLogFilesRequest extends AmazonWebServiceRequest implements Serializable
DescribeDBLogFiles operation.
Returns a list of DB log files for the DB instance.
| Constructor and Description |
|---|
DescribeDBLogFilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
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, in POSIX timestamp format.
|
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, in POSIX timestamp format.
|
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, in POSIX timestamp format.
|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic 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, in POSIX timestamp format.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, in POSIX timestamp format.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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.