Package com.amazonaws.services.rds.model
Class DescribeDBLogFilesDetails
java.lang.Object
com.amazonaws.services.rds.model.DescribeDBLogFilesDetails
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used as a response element to DescribeDBLogFiles.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A POSIX timestamp when the last log entry was written.The name of the log file for the specified DB instance.getSize()
The size, in bytes, of the log file for the specified DB instance.int
hashCode()
void
setLastWritten
(Long lastWritten) A POSIX timestamp when the last log entry was written.void
setLogFileName
(String logFileName) The name of the log file for the specified DB instance.void
The size, in bytes, of the log file for the specified DB instance.toString()
Returns a string representation of this object; useful for testing and debugging.withLastWritten
(Long lastWritten) A POSIX timestamp when the last log entry was written.withLogFileName
(String logFileName) The name of the log file for the specified DB instance.The size, in bytes, of the log file for the specified DB instance.
-
Constructor Details
-
DescribeDBLogFilesDetails
public DescribeDBLogFilesDetails()
-
-
Method Details
-
setLogFileName
The name of the log file for the specified DB instance.
- Parameters:
logFileName
- The name of the log file for the specified DB instance.
-
getLogFileName
The name of the log file for the specified DB instance.
- Returns:
- The name of the log file for the specified DB instance.
-
withLogFileName
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.
-
setLastWritten
A POSIX timestamp when the last log entry was written.
- Parameters:
lastWritten
- A POSIX timestamp when the last log entry was written.
-
getLastWritten
A POSIX timestamp when the last log entry was written.
- Returns:
- A POSIX timestamp when the last log entry was written.
-
withLastWritten
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.
-
setSize
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.
-
getSize
The size, in bytes, of the log file for the specified DB instance.
- Returns:
- The size, in bytes, of the log file for the specified DB instance.
-
withSize
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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-