Interface ListFeatureGroupsResponse.Builder

    • Method Detail

      • featureGroupSummaries

        ListFeatureGroupsResponse.Builder featureGroupSummaries​(Collection<FeatureGroupSummary> featureGroupSummaries)

        A summary of feature groups.

        Parameters:
        featureGroupSummaries - A summary of feature groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureGroupSummaries

        ListFeatureGroupsResponse.Builder featureGroupSummaries​(FeatureGroupSummary... featureGroupSummaries)

        A summary of feature groups.

        Parameters:
        featureGroupSummaries - A summary of feature groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFeatureGroupsResponse.Builder nextToken​(String nextToken)

        A token to resume pagination of ListFeatureGroups results.

        Parameters:
        nextToken - A token to resume pagination of ListFeatureGroups results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.