CopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
, SdkBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
public static interface DescribeDBLogFilesDetails.Builder extends CopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
Modifier and Type | Method | Description |
---|---|---|
DescribeDBLogFilesDetails.Builder |
lastWritten(Long lastWritten) |
A POSIX timestamp when the last log entry was written.
|
DescribeDBLogFilesDetails.Builder |
logFileName(String logFileName) |
The name of the log file for the specified DB instance.
|
DescribeDBLogFilesDetails.Builder |
size(Long size) |
The size, in bytes, of the log file for the specified DB instance.
|
copy
apply, build
DescribeDBLogFilesDetails.Builder logFileName(String logFileName)
The name of the log file for the specified DB instance.
logFileName
- The name of the log file for the specified DB instance.DescribeDBLogFilesDetails.Builder lastWritten(Long lastWritten)
A POSIX timestamp when the last log entry was written.
lastWritten
- A POSIX timestamp when the last log entry was written.DescribeDBLogFilesDetails.Builder size(Long size)
The size, in bytes, of the log file for the specified DB instance.
size
- The size, in bytes, of the log file for the specified DB instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.