CopyableBuilder<DescribeDBLogFilesRequest.Builder,DescribeDBLogFilesRequest>
, SdkBuilder<DescribeDBLogFilesRequest.Builder,DescribeDBLogFilesRequest>
public static interface DescribeDBLogFilesRequest.Builder extends CopyableBuilder<DescribeDBLogFilesRequest.Builder,DescribeDBLogFilesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeDBLogFilesRequest.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier) |
The customer-assigned name of the DB instance that contains the log files you want to list.
|
DescribeDBLogFilesRequest.Builder |
fileLastWritten(Long fileLastWritten) |
Filters the available log files for files written since the specified date, in POSIX timestamp format with
milliseconds.
|
DescribeDBLogFilesRequest.Builder |
filenameContains(String filenameContains) |
Filters the available log files for log file names that contain the specified string.
|
DescribeDBLogFilesRequest.Builder |
fileSize(Long fileSize) |
Filters the available log files for files larger than the specified size.
|
DescribeDBLogFilesRequest.Builder |
filters(Collection<Filter> filters) |
This parameter is not currently supported.
|
DescribeDBLogFilesRequest.Builder |
filters(Filter... filters) |
This parameter is not currently supported.
|
DescribeDBLogFilesRequest.Builder |
marker(String marker) |
The pagination token provided in the previous request.
|
DescribeDBLogFilesRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of records to include in the response.
|
copy
apply, build
DescribeDBLogFilesRequest.Builder dbInstanceIdentifier(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
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
DescribeDBLogFilesRequest.Builder filenameContains(String filenameContains)
Filters the available log files for log file names that contain the specified string.
filenameContains
- Filters the available log files for log file names that contain the specified string.DescribeDBLogFilesRequest.Builder fileLastWritten(Long fileLastWritten)
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
fileLastWritten
- Filters the available log files for files written since the specified date, in POSIX timestamp format
with milliseconds.DescribeDBLogFilesRequest.Builder fileSize(Long fileSize)
Filters the available log files for files larger than the specified size.
fileSize
- Filters the available log files for files larger than the specified size.DescribeDBLogFilesRequest.Builder filters(Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.DescribeDBLogFilesRequest.Builder filters(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)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- This parameter is not currently supported.DescribeDBLogFilesRequest.Builder maxRecords(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.
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.DescribeDBLogFilesRequest.Builder marker(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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.