Interface DescribeDBLogFilesDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DescribeDBLogFilesDetails.Builder,,- DescribeDBLogFilesDetails> - SdkBuilder<DescribeDBLogFilesDetails.Builder,,- DescribeDBLogFilesDetails> - SdkPojo
- Enclosing class:
- DescribeDBLogFilesDetails
@Mutable
@NotThreadSafe
public static interface DescribeDBLogFilesDetails.Builder
extends SdkPojo, CopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionlastWritten(Long lastWritten) A POSIX timestamp when the last log entry was written.logFileName(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
logFileNameThe 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.
 
- 
lastWrittenA 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.
 
- 
sizeThe 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.
 
 
-