Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeDBLogFilesRequest.Builder,DescribeDBLogFilesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeDBLogFilesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeDBLogFilesRequest.Builder,DescribeDBLogFilesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDBLogFilesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeDBLogFilesRequest.Builder |
builder() |
|
String |
dbInstanceIdentifier() |
The customer-assigned name of the DB instance that contains the log files you want to list.
|
boolean |
equals(Object obj) |
|
Long |
fileLastWritten() |
Filters the available log files for files written since the specified date, in POSIX timestamp format with
milliseconds.
|
String |
filenameContains() |
Filters the available log files for log file names that contain the specified string.
|
Long |
fileSize() |
Filters the available log files for files larger than the specified size.
|
List<Filter> |
filters() |
This parameter is not currently supported.
|
int |
hashCode() |
|
String |
marker() |
The pagination token provided in the previous request.
|
Integer |
maxRecords() |
The maximum number of records to include in the response.
|
static Class<? extends DescribeDBLogFilesRequest.Builder> |
serializableBuilderClass() |
|
DescribeDBLogFilesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String dbInstanceIdentifier()
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
public String filenameContains()
Filters the available log files for log file names that contain the specified string.
public Long fileLastWritten()
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
public Long fileSize()
Filters the available log files for files larger than the specified size.
public List<Filter> filters()
This parameter is not currently supported.
public Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
public String marker()
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
public DescribeDBLogFilesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDBLogFilesRequest.Builder,DescribeDBLogFilesRequest>
public static DescribeDBLogFilesRequest.Builder builder()
public static Class<? extends DescribeDBLogFilesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.