Class ListClusterSnapshotsRequest

    • Method Detail

      • clusterArn

        public final String clusterArn()

        The ARN identifier of the elastic cluster.

        Returns:
        The ARN identifier of the elastic cluster.
      • maxResults

        public final Integer maxResults()

        The maximum number of elastic cluster snapshot results to receive in the response.

        Returns:
        The maximum number of elastic cluster snapshot results to receive in the response.
      • nextToken

        public final String nextToken()

        A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

        If there is no more data in the responce, the nextToken will not be returned.

        Returns:
        A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

        If there is no more data in the responce, the nextToken will not be returned.

      • snapshotType

        public final String snapshotType()

        The type of cluster snapshots to be returned. You can specify one of the following values:

        • automated - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account.

        • manual - Return all cluster snapshots that you have manually created for your Amazon Web Services account.

        Returns:
        The type of cluster snapshots to be returned. You can specify one of the following values:

        • automated - Return all cluster snapshots that Amazon DocumentDB has automatically created for your Amazon Web Services account.

        • manual - Return all cluster snapshots that you have manually created for your Amazon Web Services account.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object