Class DescribeDBLogFilesRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The customer-assigned name of the DB instance that contains the log files you want to list.Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.Filters the available log files for log file names that contain the specified string.Filters the available log files for files larger than the specified size.This parameter is not currently supported.The pagination token provided in the previous request.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 with milliseconds.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
setFilters
(Collection<Filter> filters) This parameter is not currently supported.void
The pagination token provided in the previous request.void
setMaxRecords
(Integer maxRecords) The maximum number of records to include in the response.toString()
Returns a string representation of this object; useful for testing and debugging.withDBInstanceIdentifier
(String dBInstanceIdentifier) The customer-assigned name of the DB instance that contains the log files you want to list.withFileLastWritten
(Long fileLastWritten) Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.withFilenameContains
(String filenameContains) Filters the available log files for log file names that contain the specified string.withFileSize
(Long fileSize) Filters the available log files for files larger than the specified size.withFilters
(Filter... filters) This parameter is not currently supported.withFilters
(Collection<Filter> filters) This parameter is not currently supported.withMarker
(String marker) The pagination token provided in the previous request.withMaxRecords
(Integer maxRecords) The maximum number of records to include in the response.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeDBLogFilesRequest
public DescribeDBLogFilesRequest()
-
-
Method Details
-
setDBInstanceIdentifier
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
- Must contain from 1 to 63 alphanumeric characters or hyphens
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
- Parameters:
dBInstanceIdentifier
- The customer-assigned name of the DB instance that contains the log files you want to list.Constraints:
- Must contain from 1 to 63 alphanumeric characters or hyphens
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
-
getDBInstanceIdentifier
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
- Must contain from 1 to 63 alphanumeric characters or hyphens
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
- Returns:
- The customer-assigned name of the DB instance that contains the
log files you want to list.
Constraints:
- Must contain from 1 to 63 alphanumeric characters or hyphens
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
-
withDBInstanceIdentifier
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
- Must contain from 1 to 63 alphanumeric characters or hyphens
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
- Parameters:
dBInstanceIdentifier
- The customer-assigned name of the DB instance that contains the log files you want to list.Constraints:
- Must contain from 1 to 63 alphanumeric characters or hyphens
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFilenameContains
Filters the available log files for log file names that contain the specified string.
- Parameters:
filenameContains
- Filters the available log files for log file names that contain the specified string.
-
getFilenameContains
Filters the available log files for log file names that contain the specified string.
- Returns:
- Filters the available log files for log file names that contain the specified string.
-
withFilenameContains
Filters the available log files for log file names that contain the specified string.
- Parameters:
filenameContains
- Filters the available log files for log file names that contain the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFileLastWritten
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
- Parameters:
fileLastWritten
- Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
-
getFileLastWritten
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
- Returns:
- Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
-
withFileLastWritten
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
- Parameters:
fileLastWritten
- Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFileSize
Filters the available log files for files larger than the specified size.
- Parameters:
fileSize
- Filters the available log files for files larger than the specified size.
-
getFileSize
Filters the available log files for files larger than the specified size.
- Returns:
- Filters the available log files for files larger than the specified size.
-
withFileSize
Filters the available log files for files larger than the specified size.
- Parameters:
fileSize
- Filters the available log files for files larger than the specified size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFilters
This parameter is not currently supported.
- Returns:
- This parameter is not currently supported.
-
setFilters
This parameter is not currently supported.
- Parameters:
filters
- This parameter is not currently supported.
-
withFilters
This parameter is not currently supported.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
orwithFilters(java.util.Collection)
if you want to override the existing values.- Parameters:
filters
- This parameter is not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFilters
This parameter is not currently supported.
- Parameters:
filters
- This parameter is not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxRecords
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.
- Parameters:
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.
-
getMaxRecords
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.
- Returns:
- 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.
-
withMaxRecords
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
- Parameters:
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.
-
getMarker
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
- Returns:
- The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
-
withMarker
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-