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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-