public static interface DescribeDBLogFilesDetails.Builder extends CopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
| Modifier and Type | Method and 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.
|
copyapply, buildDescribeDBLogFilesDetails.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.