Interface DescribeDBLogFilesDetails.Builder

    • Method Detail

      • logFileName

        DescribeDBLogFilesDetails.Builder logFileName​(String logFileName)

        The name of the log file for the specified DB instance.

        Parameters:
        logFileName - The name of the log file for the specified DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastWritten

        DescribeDBLogFilesDetails.Builder lastWritten​(Long lastWritten)

        A POSIX timestamp when the last log entry was written.

        Parameters:
        lastWritten - A POSIX timestamp when the last log entry was written.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        DescribeDBLogFilesDetails.Builder size​(Long size)

        The size, in bytes, of the log file for the specified DB instance.

        Parameters:
        size - The size, in bytes, of the log file for the specified DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.