Interface BatchListIndex.Builder

    • Method Detail

      • rangesOnIndexedValues

        BatchListIndex.Builder rangesOnIndexedValues​(Collection<ObjectAttributeRange> rangesOnIndexedValues)

        Specifies the ranges of indexed values that you want to query.

        Parameters:
        rangesOnIndexedValues - Specifies the ranges of indexed values that you want to query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rangesOnIndexedValues

        BatchListIndex.Builder rangesOnIndexedValues​(ObjectAttributeRange... rangesOnIndexedValues)

        Specifies the ranges of indexed values that you want to query.

        Parameters:
        rangesOnIndexedValues - Specifies the ranges of indexed values that you want to query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexReference

        BatchListIndex.Builder indexReference​(ObjectReference indexReference)

        The reference to the index to list.

        Parameters:
        indexReference - The reference to the index to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        BatchListIndex.Builder maxResults​(Integer maxResults)

        The maximum number of results to retrieve.

        Parameters:
        maxResults - The maximum number of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        BatchListIndex.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.