public static interface DescribeDbLogFilesRequest.Builder extends RdsRequest.Builder, CopyableBuilder<DescribeDbLogFilesRequest.Builder,DescribeDbLogFilesRequest>
Modifier and Type | Method and 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(Consumer<Filter.Builder>... 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.
|
DescribeDbLogFilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeDbLogFilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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 match the identifier of an existing DBInstance.
dbInstanceIdentifier
- The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Must match the identifier of an existing DBInstance.
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.
filters
- This parameter is not currently supported.DescribeDbLogFilesRequest.Builder filters(Consumer<Filter.Builder>... filters)
This parameter is not currently supported.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
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.DescribeDbLogFilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeDbLogFilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.