Interface ListDataSetsRequest.Builder

    • Method Detail

      • applicationId

        ListDataSetsRequest.Builder applicationId​(String applicationId)

        The unique identifier of the application for which you want to list the associated data sets.

        Parameters:
        applicationId - The unique identifier of the application for which you want to list the associated data sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDataSetsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of objects to return.

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

        ListDataSetsRequest.Builder nameFilter​(String nameFilter)

        Filter dataset name matching the specified pattern. Can use * and % as wild cards.

        Parameters:
        nameFilter - Filter dataset name matching the specified pattern. Can use * and % as wild cards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDataSetsRequest.Builder nextToken​(String nextToken)

        A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

        Parameters:
        nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        ListDataSetsRequest.Builder prefix​(String prefix)

        The prefix of the data set name, which you can use to filter the list of data sets.

        Parameters:
        prefix - The prefix of the data set name, which you can use to filter the list of data sets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.