public static interface DescribeDbLogFilesRequest.Builder extends RdsRequest.Builder, SdkPojo, 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 isn't currently supported.
|
DescribeDbLogFilesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
This parameter isn't currently supported.
|
DescribeDbLogFilesRequest.Builder |
filters(Filter... filters)
This parameter isn't 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) |
DescribeDbLogFilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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 isn't currently supported.
filters
- This parameter isn't currently supported.DescribeDbLogFilesRequest.Builder filters(Filter... filters)
This parameter isn't currently supported.
filters
- This parameter isn't currently supported.DescribeDbLogFilesRequest.Builder filters(Consumer<Filter.Builder>... filters)
This parameter isn't 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 you can retrieve the remaining results.
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 you can retrieve
the remaining results.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)
overrideConfiguration
in interface AwsRequest.Builder
DescribeDbLogFilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.