Interface DescribeClusterDbRevisionsResponse.Builder

    • Method Detail

      • marker

        DescribeClusterDbRevisionsResponse.Builder marker​(String marker)

        A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the marker parameter and retrying the command. If the marker field is empty, all revisions have already been returned.

        Parameters:
        marker - A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the marker parameter and retrying the command. If the marker field is empty, all revisions have already been returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.