Class DescribeDBLogFilesRequest

    • Constructor Detail

      • DescribeDBLogFilesRequest

        public DescribeDBLogFilesRequest()
    • Method Detail

      • setDBInstanceIdentifier

        public void setDBInstanceIdentifier​(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
        Parameters:
        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
      • getDBInstanceIdentifier

        public String getDBInstanceIdentifier()

        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
        Returns:
        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
      • withDBInstanceIdentifier

        public DescribeDBLogFilesRequest withDBInstanceIdentifier​(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
        Parameters:
        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
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFilenameContains

        public void setFilenameContains​(String filenameContains)

        Filters the available log files for log file names that contain the specified string.

        Parameters:
        filenameContains - Filters the available log files for log file names that contain the specified string.
      • getFilenameContains

        public String getFilenameContains()

        Filters the available log files for log file names that contain the specified string.

        Returns:
        Filters the available log files for log file names that contain the specified string.
      • withFilenameContains

        public DescribeDBLogFilesRequest withFilenameContains​(String filenameContains)

        Filters the available log files for log file names that contain the specified string.

        Parameters:
        filenameContains - Filters the available log files for log file names that contain the specified string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFileLastWritten

        public void setFileLastWritten​(Long fileLastWritten)

        Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

        Parameters:
        fileLastWritten - Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
      • getFileLastWritten

        public Long getFileLastWritten()

        Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

        Returns:
        Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
      • withFileLastWritten

        public DescribeDBLogFilesRequest withFileLastWritten​(Long fileLastWritten)

        Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

        Parameters:
        fileLastWritten - Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFileSize

        public void setFileSize​(Long fileSize)

        Filters the available log files for files larger than the specified size.

        Parameters:
        fileSize - Filters the available log files for files larger than the specified size.
      • getFileSize

        public Long getFileSize()

        Filters the available log files for files larger than the specified size.

        Returns:
        Filters the available log files for files larger than the specified size.
      • withFileSize

        public DescribeDBLogFilesRequest withFileSize​(Long fileSize)

        Filters the available log files for files larger than the specified size.

        Parameters:
        fileSize - Filters the available log files for files larger than the specified size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilters

        public List<Filter> getFilters()

        This parameter is not currently supported.

        Returns:
        This parameter is not currently supported.
      • setFilters

        public void setFilters​(Collection<Filter> filters)

        This parameter is not currently supported.

        Parameters:
        filters - This parameter is not currently supported.
      • withFilters

        public DescribeDBLogFilesRequest withFilters​(Collection<Filter> filters)

        This parameter is not currently supported.

        Parameters:
        filters - This parameter is not currently supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxRecords

        public void setMaxRecords​(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.

        Parameters:
        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.
      • getMaxRecords

        public Integer getMaxRecords()

        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.

        Returns:
        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.
      • withMaxRecords

        public DescribeDBLogFilesRequest withMaxRecords​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMarker

        public void setMarker​(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.

        Parameters:
        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.
      • getMarker

        public String getMarker()

        The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

        Returns:
        The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
      • withMarker

        public DescribeDBLogFilesRequest withMarker​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object