Interface ListKeysRequest.Builder

    • Method Detail

      • kvsARN

        ListKeysRequest.Builder kvsARN​(String kvsARN)

        The Amazon Resource Name (ARN) of the Key Value Store.

        Parameters:
        kvsARN - The Amazon Resource Name (ARN) of the Key Value Store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListKeysRequest.Builder nextToken​(String nextToken)

        If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.

        Parameters:
        nextToken - If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListKeysRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.

        Parameters:
        maxResults - Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
        Returns:
        Returns a reference to this object so that method calls can be chained together.