Class DescribeDBLogFilesRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.rds.model.DescribeDBLogFilesRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class DescribeDBLogFilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeDBLogFilesRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeDBLogFilesRequest
clone()
Creates a shallow clone of this request.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 with milliseconds.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.List<Filter>
getFilters()
This parameter is not currently supported.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 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
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 with milliseconds.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
withFilters(Filter... filters)
This parameter is not currently supported.DescribeDBLogFilesRequest
withFilters(Collection<Filter> filters)
This parameter is not currently supported.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
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
-
-
-
-
Method Detail
-
setDBInstanceIdentifier
public void setDBInstanceIdentifier(String 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
- 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
public String 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
public DescribeDBLogFilesRequest withDBInstanceIdentifier(String 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
- 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
public void setFilenameContains(String filenameContains)
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
public 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
public DescribeDBLogFilesRequest withFilenameContains(String filenameContains)
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
public void setFileLastWritten(Long fileLastWritten)
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
public Long 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
public DescribeDBLogFilesRequest withFileLastWritten(Long fileLastWritten)
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
public void setFileSize(Long fileSize)
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
public Long 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
public DescribeDBLogFilesRequest withFileSize(Long fileSize)
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
public List<Filter> getFilters()
This parameter is not currently supported.
- Returns:
- This parameter is not currently supported.
-
setFilters
public void setFilters(Collection<Filter> filters)
This parameter is not currently supported.
- Parameters:
filters
- This parameter is not currently supported.
-
withFilters
public DescribeDBLogFilesRequest withFilters(Filter... filters)
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
public DescribeDBLogFilesRequest withFilters(Collection<Filter> filters)
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
public void setMaxRecords(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.
- 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
public Integer 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
public DescribeDBLogFilesRequest withMaxRecords(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.
- 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
public void setMarker(String 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.
- 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
public String 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
public DescribeDBLogFilesRequest withMarker(String 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.
- 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeDBLogFilesRequest 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:
Object.clone()
-
-