Interface ListRulesResponse.Builder

    • Method Detail

      • items

        ListRulesResponse.Builder items​(Collection<RuleSummary> items)

        Information about the rules.

        Parameters:
        items - Information about the rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListRulesResponse.Builder items​(RuleSummary... items)

        Information about the rules.

        Parameters:
        items - Information about the rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRulesResponse.Builder nextToken​(String nextToken)

        If there are additional results, a pagination token for the next page of results.

        Parameters:
        nextToken - If there are additional results, a pagination token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.