Interface ListDataGrantsResponse.Builder

    • Method Detail

      • dataGrantSummaries

        ListDataGrantsResponse.Builder dataGrantSummaries​(Collection<DataGrantSummaryEntry> dataGrantSummaries)

        An object that contains a list of data grant information.

        Parameters:
        dataGrantSummaries - An object that contains a list of data grant information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataGrantSummaries

        ListDataGrantsResponse.Builder dataGrantSummaries​(DataGrantSummaryEntry... dataGrantSummaries)

        An object that contains a list of data grant information.

        Parameters:
        dataGrantSummaries - An object that contains a list of data grant information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDataGrantsResponse.Builder nextToken​(String nextToken)

        The pagination token used to retrieve the next page of results for this operation.

        Parameters:
        nextToken - The pagination token used to retrieve the next page of results for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.