Interface ListRuleBasedMatchesResponse.Builder

    • Method Detail

      • matchIds

        ListRuleBasedMatchesResponse.Builder matchIds​(Collection<String> matchIds)

        The list of MatchIds for the given domain.

        Parameters:
        matchIds - The list of MatchIds for the given domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchIds

        ListRuleBasedMatchesResponse.Builder matchIds​(String... matchIds)

        The list of MatchIds for the given domain.

        Parameters:
        matchIds - The list of MatchIds for the given domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRuleBasedMatchesResponse.Builder nextToken​(String nextToken)

        The pagination token from the previous ListRuleBasedMatches API call.

        Parameters:
        nextToken - The pagination token from the previous ListRuleBasedMatches API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.