Interface DescribeDBLogFilesDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>,SdkBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>,SdkPojo
- Enclosing class:
- DescribeDBLogFilesDetails
public static interface DescribeDBLogFilesDetails.Builder extends SdkPojo, CopyableBuilder<DescribeDBLogFilesDetails.Builder,DescribeDBLogFilesDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDBLogFilesDetails.BuilderlastWritten(Long lastWritten)A POSIX timestamp when the last log entry was written.DescribeDBLogFilesDetails.BuilderlogFileName(String logFileName)The name of the log file for the specified DB instance.DescribeDBLogFilesDetails.Buildersize(Long size)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 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.
-
-