Class ListStreamsRequest

    • Constructor Detail

      • ListStreamsRequest

        public ListStreamsRequest()
    • Method Detail

      • setTableName

        public void setTableName​(String tableName)

        If this parameter is provided, then only the streams associated with this table name are returned.

        Parameters:
        tableName - If this parameter is provided, then only the streams associated with this table name are returned.
      • getTableName

        public String getTableName()

        If this parameter is provided, then only the streams associated with this table name are returned.

        Returns:
        If this parameter is provided, then only the streams associated with this table name are returned.
      • withTableName

        public ListStreamsRequest withTableName​(String tableName)

        If this parameter is provided, then only the streams associated with this table name are returned.

        Parameters:
        tableName - If this parameter is provided, then only the streams associated with this table name are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLimit

        public void setLimit​(Integer limit)

        The maximum number of streams to return. The upper limit is 100.

        Parameters:
        limit - The maximum number of streams to return. The upper limit is 100.
      • getLimit

        public Integer getLimit()

        The maximum number of streams to return. The upper limit is 100.

        Returns:
        The maximum number of streams to return. The upper limit is 100.
      • withLimit

        public ListStreamsRequest withLimit​(Integer limit)

        The maximum number of streams to return. The upper limit is 100.

        Parameters:
        limit - The maximum number of streams to return. The upper limit is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExclusiveStartStreamArn

        public void setExclusiveStartStreamArn​(String exclusiveStartStreamArn)

        The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

        Parameters:
        exclusiveStartStreamArn - The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.
      • getExclusiveStartStreamArn

        public String getExclusiveStartStreamArn()

        The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

        Returns:
        The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.
      • withExclusiveStartStreamArn

        public ListStreamsRequest withExclusiveStartStreamArn​(String exclusiveStartStreamArn)

        The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

        Parameters:
        exclusiveStartStreamArn - The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.
        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